1 write to _baseGuidelineY
PresentationCore (1)
MS\Internal\TextFormatting\DrawingState.cs (1)
63
_baseGuidelineY
= lineOrigin.Y + currentLine.Baseline;
2 references to _baseGuidelineY
PresentationCore (2)
MS\Internal\TextFormatting\DrawingState.cs (2)
65
_drawingContext.PushGuidelineY1(
_baseGuidelineY
);
81
if (runGuidelineY !=
_baseGuidelineY
)