8 references to ToScaledDP
Microsoft.Maui (8)
Platform\Tizen\ContentViewGroup.cs (2)
38
return InvokeCrossPlatformMeasure(availableWidth.
ToScaledDP
(), availableHeight.
ToScaledDP
()).ToPixel();
Platform\Tizen\LayoutViewGroup.cs (2)
45
return InvokeCrossPlatformMeasure(availableWidth.
ToScaledDP
(), availableHeight.
ToScaledDP
()).ToPixel();
Platform\Tizen\MauiPageControl.cs (2)
93
return _templatedView?.CrossPlatformMeasure(availableWidth.
ToScaledDP
(), availableHeight.
ToScaledDP
()).ToPixel() ?? new TSize(0, 0);
Platform\Tizen\MauiScrollView.cs (2)
18
return _virtualView.CrossPlatformMeasure(availableWidth.
ToScaledDP
(), availableHeight.
ToScaledDP
()).ToPixel();