18 references to UseLayoutRounding
PresentationFramework (18)
MS\Internal\Documents\TextBoxView.cs (2)
241if (UseLayoutRounding) 268if (UseLayoutRounding)
MS\Internal\Text\ComplexLine.cs (1)
192if (_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)
442if (UseLayoutRounding) 2116bool useLayoutRounding = this.UseLayoutRounding; 2697if (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; 4510bool useLayoutRounding = this.UseLayoutRounding; 4864bool useLayoutRounding = this.UseLayoutRounding;