4 writes to wg
System.Windows.Forms (4)
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (4)
62this.wg = WindowsGraphics.FromGraphics( idc as Graphics, properties); 68this.wg = idc as WindowsGraphics; 85this.wg = WindowsGraphics.FromHdc( idc.GetHdc() ); 140this.wg = null;
9 references to wg
System.Windows.Forms (9)
winforms\Managed\System\WinForms\GDI\WindowsGraphicsWrapper.cs (9)
70if( this.wg != null ) 78if( this.wg == null ) 91wg.TextPadding = TextPaddingOptions.LeftAndRightPadding; 95wg.TextPadding = TextPaddingOptions.NoPadding; 104Debug.Assert( this.wg != null, "WindowsGraphics is null." ); 105return this.wg; 124if( this.wg != null ) 128if( this.wg != this.idc ) 131this.wg.Dispose();