8 references to DoNotApplyLayoutRoundingToMarginsAndBorderThickness
PresentationFramework (8)
System\Windows\Controls\Border.cs (3)
213
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
260
if (this.UseLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
579
if(FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
System\Windows\FrameworkElement.cs (5)
4312
if (useLayoutRounding && (this is ScrollContentPresenter || !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
))
4332
if (useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4561
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4669
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)
4882
if(useLayoutRounding && !FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThickness
)