18 references to UseLayoutRounding
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (2)
290if (UseLayoutRounding) 317if (UseLayoutRounding)
MS\Internal\Text\ComplexLine.cs (1)
196if (_owner.UseLayoutRounding)
System\Windows\Controls\Border.cs (3)
213if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 260if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 365bool useLayoutRounding = this.UseLayoutRounding;
System\Windows\Controls\Grid.cs (3)
391if (UseLayoutRounding) 2070bool useLayoutRounding = this.UseLayoutRounding; 2651if (UseLayoutRounding)
System\Windows\Controls\GridSplitter.cs (2)
877if (this.UseLayoutRounding) 885if (this.UseLayoutRounding)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
527else if (UseLayoutRounding) 655else if (UseLayoutRounding) 7798if (UseLayoutRounding) 12372"UseLayoutRounding:", vsp.UseLayoutRounding,
System\Windows\FrameworkElement.cs (3)
4298bool useLayoutRounding = this.UseLayoutRounding; 4523bool useLayoutRounding = this.UseLayoutRounding; 4875bool useLayoutRounding = this.UseLayoutRounding;