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