8 references to DoNotApplyLayoutRoundingToMarginsAndBorderThickness
PresentationFramework (8)
System\Windows\Controls\Border.cs (3)
217
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
264
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
575
if(FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
System\Windows\FrameworkElement.cs (5)
4332
if (useLayoutRounding && (this is ScrollContentPresenter || !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
))
4352
if (useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4581
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4689
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4900
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)