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