7 references to ToDP
Microsoft.Maui (7)
Handlers\ScrollView\ScrollViewHandler.Tizen.cs (2)
42 var region = PlatformView.ScrollBound.ToDP(); 113 var platformGeometry = PlatformView.GetBounds().ToDP();
Platform\Tizen\ContentViewGroup.cs (1)
61 var platformGeometry = this.GetBounds().ToDP();
Platform\Tizen\LayoutViewGroup.cs (1)
73 var platformGeometry = this.GetBounds().ToDP();
Platform\Tizen\MauiPageControl.cs (1)
231 var platformGeometry = this.GetBounds().ToDP();
Platform\Tizen\ViewExtensions.cs (1)
255 return new TRect(screenPosition.X, screenPosition.Y, platformView.SizeWidth, platformView.SizeHeight).ToDP();
Platform\Tizen\WrapperView.cs (1)
166 bounds = bounds.ToDP().ExpandTo(shadowThinkness).ToPixel();