7 references to FontHandle
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
1931return parent.FontHandle; 10573private void SetWindowFont() => PInvokeCore.SendMessage(this, PInvokeCore.WM_SETFONT, (WPARAM)FontHandle, (LPARAM)(BOOL)false);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
226return 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);