2 references to DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName
PresentationFramework (2)
src\Framework\MS\Internal\FrameworkAppContextSwitches.cs (1)
32
return LocalAppContext.GetCachedSwitchValue(
DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName
, ref _doNotApplyLayoutRoundingToMarginsAndBorderThickness);
src\Framework\System\AppContextDefaultValues.cs (1)
30
LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.
DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName
, true);