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