6 references to RoundLayoutValue
PresentationCore (6)
Core\CSharp\System\Windows\UIElement.cs (6)
1084return new Size(RoundLayoutValue(size.Width, dpiScaleX), RoundLayoutValue(size.Height, dpiScaleY)); 1132return new Rect(RoundLayoutValue(rect.X, dpiScaleX), 1133RoundLayoutValue(rect.Y, dpiScaleY), 1134RoundLayoutValue(rect.Width, dpiScaleX), 1135RoundLayoutValue(rect.Height, dpiScaleY)