5 references to ToPixel
Microsoft.Maui (5)
Handlers\ViewHandlerExtensions.Tizen.cs (1)
93
var bounds = frame.
ToPixel
();
Platform\Tizen\MauiSwipeView.cs (3)
410
var contentPosition = _contentHandler?.VirtualView?.Frame.
ToPixel
() ?? new TRect();
457
var contentPosition = _contentHandler?.VirtualView?.Frame.
ToPixel
() ?? new TRect();
558
var contentPosition = _contentHandler?.VirtualView?.Frame.
ToPixel
() ?? new TRect();
Platform\Tizen\WrapperView.cs (1)
166
bounds = bounds.ToDP().ExpandTo(shadowThinkness).
ToPixel
();