2 instantiations of DrawingState
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (2)
602using (DrawingState drawingState = new DrawingState(drawingContext, origin, antiInversion, this)) 2135new DrawingState(null, new Point(0, 0), null, this),
3 references to DrawingState
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
602using (DrawingState drawingState = new DrawingState(drawingContext, origin, antiInversion, this))
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
3478private DrawingState Draw 3480get { return _owner as DrawingState; }