1 write to UseLayoutRounding
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
175
this.
UseLayoutRounding
= true;
16 references to UseLayoutRounding
PresentationFramework (16)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
294
if(
UseLayoutRounding
)
321
if(
UseLayoutRounding
)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
204
if (_owner.
UseLayoutRounding
)
src\Framework\System\Windows\Controls\Border.cs (3)
224
if (this.
UseLayoutRounding
&& !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness)
271
if (this.
UseLayoutRounding
&& !FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThickness)
376
bool useLayoutRounding = this.
UseLayoutRounding
;
src\Framework\System\Windows\Controls\Grid.cs (3)
462
if (
UseLayoutRounding
)
2143
bool useLayoutRounding = this.
UseLayoutRounding
;
2717
if (
UseLayoutRounding
)
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
885
if (this.
UseLayoutRounding
)
893
if (this.
UseLayoutRounding
)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
531
else if (
UseLayoutRounding
)
657
else if (
UseLayoutRounding
)
src\Framework\System\Windows\FrameworkElement.cs (3)
4308
bool useLayoutRounding = this.
UseLayoutRounding
;
4530
bool useLayoutRounding = this.
UseLayoutRounding
;
4881
bool useLayoutRounding = this.
UseLayoutRounding
;