2 references to DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName
PresentationFramework (2)
MS\Internal\FrameworkAppContextSwitches.cs (1)
23return LocalAppContext.GetCachedSwitchValue(DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName, ref _doNotApplyLayoutRoundingToMarginsAndBorderThickness);
System\AppContextDefaultValues.cs (1)
25LocalAppContext.DefineSwitchDefault(FrameworkAppContextSwitches.DoNotApplyLayoutRoundingToMarginsAndBorderThicknessSwitchName, false);