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