| 356 | /// Gets the window DPI scale factor (1 is default). Includes custom DPI scale |
| 357 | /// </summary> |
| 358 | API_PROPERTY() float GetDpiScale() const |
| 359 | { |
| 360 | return Platform::CustomDpiScale * _dpiScale; |
| 361 | } |
| 362 | |
| 363 | public: |
| 364 | /// <summary> |
no outgoing calls
no test coverage detected