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