1 write to paddingFlags
System.Windows.Forms (1)
misc\GDI\WindowsGraphics2.cs (1)
67
this.
paddingFlags
= value;
3 references to paddingFlags
System.Windows.Forms (3)
misc\GDI\WindowsGraphics2.cs (3)
57
Debug.Assert( Enum.IsDefined(typeof(TextPaddingOptions), this.
paddingFlags
));
58
return this.
paddingFlags
;
65
if( this.
paddingFlags
!= value)