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)
81Invariant.Assert(!_overrideBaseGuidelineY); 99if (_overrideBaseGuidelineY)