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