4 references to GetOrCreateGraphicsInternal
System.Windows.Forms (4)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (2)
88
return
GetOrCreateGraphicsInternal
();
125
return create ?
GetOrCreateGraphicsInternal
() : _graphics;
System\Windows\Forms\Rendering\DrawItemEventArgs.cs (1)
154
internal Graphics GraphicsInternal => _event.
GetOrCreateGraphicsInternal
();
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
127
internal Graphics GraphicsInternal => _event.
GetOrCreateGraphicsInternal
(SaveStateIfNeeded);