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