4 references to GetDisplayDensity
Microsoft.Maui (4)
ImageSources\ImageSourceServiceResultManager.cs (2)
53
CurrentResolution = uiContext.
GetDisplayDensity
();
65
var newResolution = uiContext.
GetDisplayDensity
();
Platform\iOS\SliderExtensions.cs (1)
51
var scale = uiSlider.
GetDisplayDensity
();
Platform\iOS\ViewExtensions.cs (1)
352
var scale = platformView.
GetDisplayDensity
();