6 references to RoundLayoutValue
PresentationCore (6)
System\Windows\UIElement.cs (6)
1077return new Size(RoundLayoutValue(size.Width, dpiScaleX), RoundLayoutValue(size.Height, dpiScaleY)); 1125return new Rect(RoundLayoutValue(rect.X, dpiScaleX), 1126RoundLayoutValue(rect.Y, dpiScaleY), 1127RoundLayoutValue(rect.Width, dpiScaleX), 1128RoundLayoutValue(rect.Height, dpiScaleY)