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