8 references to DoNotApplyLayoutRoundingToMarginsAndBorderThickness
PresentationFramework (8)
src\Framework\System\Windows\Controls\Border.cs (3)
224
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
271
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
584
if(FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
src\Framework\System\Windows\FrameworkElement.cs (5)
4331
if (useLayoutRounding && (this is ScrollContentPresenter || !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
))
4348
if (useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4577
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4684
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4895
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)