3 references to EventApply
System.Windows.Forms (3)
winforms\Managed\System\WinForms\FontDialog.cs (3)
447
Events.AddHandler(
EventApply
, value);
450
Events.RemoveHandler(
EventApply
, value);
519
EventHandler handler = (EventHandler)Events[
EventApply
];