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