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