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