1 write to hInitialFont
System.Windows.Forms (1)
misc\GDI\DeviceContext.cs (1)
184hCurrentFont = hInitialFont = IntUnsafeNativeMethods.GetCurrentObject(new HandleRef(this, hDC), IntNativeMethods.OBJ_FONT);
4 references to hInitialFont
System.Windows.Forms (4)
misc\GDI\DeviceContext2.cs (4)
242IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( null, hInitialFont)); 243hCurrentFont = hInitialFont; 313IntUnsafeNativeMethods.SelectObject(new HandleRef(this, this.Hdc), new HandleRef( null, hInitialFont )); 315hCurrentFont = hInitialFont;