18 references to UseLayoutRounding
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (2)
292if (UseLayoutRounding) 319if (UseLayoutRounding)
MS\Internal\Text\ComplexLine.cs (1)
201if (_owner.UseLayoutRounding)
System\Windows\Controls\Border.cs (3)
217if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 264if (this.UseLayoutRounding && !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness) 369bool useLayoutRounding = this.UseLayoutRounding;
System\Windows\Controls\Grid.cs (3)
400if (UseLayoutRounding) 2079bool useLayoutRounding = this.UseLayoutRounding; 2660if (UseLayoutRounding)
System\Windows\Controls\GridSplitter.cs (2)
883if (this.UseLayoutRounding) 891if (this.UseLayoutRounding)
System\Windows\Controls\VirtualizingStackPanel.cs (4)
532else if (UseLayoutRounding) 660else if (UseLayoutRounding) 7803if (UseLayoutRounding) 12377"UseLayoutRounding:", vsp.UseLayoutRounding,
System\Windows\FrameworkElement.cs (3)
4302bool useLayoutRounding = this.UseLayoutRounding; 4527bool useLayoutRounding = this.UseLayoutRounding; 4879bool useLayoutRounding = this.UseLayoutRounding;