2 writes to _overrideBaseGuidelineY
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\DrawingState.cs (2)
88
_overrideBaseGuidelineY
= true; // the new Guideline Y overrides the line's guideline until next unset.
102
_overrideBaseGuidelineY
= false;
2 references to _overrideBaseGuidelineY
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\DrawingState.cs (2)
81
Invariant.Assert(!
_overrideBaseGuidelineY
);
99
if (
_overrideBaseGuidelineY
)