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