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