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