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