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