2 writes to _overrideBaseGuidelineY
PresentationCore (2)
MS\Internal\TextFormatting\DrawingState.cs (2)
84
_overrideBaseGuidelineY
= true; // the new Guideline Y overrides the line's guideline until next unset.
98
_overrideBaseGuidelineY
= false;
2 references to _overrideBaseGuidelineY
PresentationCore (2)
MS\Internal\TextFormatting\DrawingState.cs (2)
77
Invariant.Assert(!
_overrideBaseGuidelineY
);
95
if (
_overrideBaseGuidelineY
)