18 references to UseLayoutRounding
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (2)
247if (UseLayoutRounding) 274if (UseLayoutRounding)
MS\Internal\Text\ComplexLine.cs (1)
195if (_owner.UseLayoutRounding)
System\Windows\Controls\Border.cs (3)
212if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 259if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 364bool useLayoutRounding = this.UseLayoutRounding;
System\Windows\Controls\Grid.cs (3)
388if (UseLayoutRounding) 2062bool useLayoutRounding = this.UseLayoutRounding; 2643if (UseLayoutRounding)
System\Windows\Controls\GridSplitter.cs (2)
882if (this.UseLayoutRounding) 890if (this.UseLayoutRounding)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
526else if (UseLayoutRounding) 654else if (UseLayoutRounding) 7776if (UseLayoutRounding) 12346"UseLayoutRounding:", vsp.UseLayoutRounding,
System\Windows\FrameworkElement.cs (3)
4288bool useLayoutRounding = this.UseLayoutRounding; 4513bool useLayoutRounding = this.UseLayoutRounding; 4867bool useLayoutRounding = this.UseLayoutRounding;