8 references to DoNotApplyLayoutRoundingToMarginsAndBorderThickness
PresentationFramework (8)
System\Windows\Controls\Border.cs (3)
212
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
259
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
578
if(FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
System\Windows\FrameworkElement.cs (5)
4311
if (useLayoutRounding && (this is ScrollContentPresenter || !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
))
4331
if (useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4560
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4668
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4881
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)