7 references to FontHandle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ContainerControl.cs (1)
754HandleRef hfont = new HandleRef(this, FontHandle);
winforms\Managed\System\WinForms\Control.cs (2)
2630return parent.FontHandle; 12414SendMessage(NativeMethods.WM_SETFONT, FontHandle, 0 /*redraw = false*/);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
292return FontHandle;
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
712hfontOld = SafeNativeMethods.SelectObject(new HandleRef(null, dc), new HandleRef(Parent, ((Control)Parent).FontHandle));
winforms\Managed\System\WinForms\ListView.cs (2)
249odCacheFontHandle = FontHandle; 2506odCacheFontHandle = this.FontHandle;