7 references to FontHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
1931
return parent.
FontHandle
;
10573
private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFONT, (WPARAM)
FontHandle
, (LPARAM)(BOOL)false);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
226
return
FontHandle
;
System\Windows\Forms\Controls\ListView\ListView.cs (2)
230
_odCacheFontHandle =
FontHandle
;
2596
_odCacheFontHandle =
FontHandle
;
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
104
(state & STATE_HOT) != 0 ? (HGDIOBJ)Parent!.
FontHandle
: default);
System\Windows\Forms\Layout\Containers\ContainerControl.cs (1)
313
_currentAutoScaleDimensions = GetCurrentAutoScaleDimensions(
FontHandle
);