6 references to RoundLayoutRect
PresentationCore (1)
System\Windows\UIElement.cs (1)
873
finalRect =
RoundLayoutRect
(finalRect, dpi.DpiScaleX, dpi.DpiScaleY);
PresentationFramework (5)
System\Windows\FrameworkElement.cs (5)
4933
clipRect = UIElement.
RoundLayoutRect
(clipRect, dpi.DpiScaleX, dpi.DpiScaleY);
4954
slotClipRect = UIElement.
RoundLayoutRect
(slotClipRect, dpi.DpiScaleX, dpi.DpiScaleY);
4971
localClipRect = UIElement.
RoundLayoutRect
(localClipRect, dpi.DpiScaleX, dpi.DpiScaleY);
5000
slotRect = UIElement.
RoundLayoutRect
(slotRect, dpi.DpiScaleX, dpi.DpiScaleY);
5009
localRect = UIElement.
RoundLayoutRect
(localRect, dpi.DpiScaleX, dpi.DpiScaleY);