7 references to Apply
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
15[DefaultEvent(nameof(Apply))] 359/// Raises the <see cref="Apply"/> event.
System.Windows.Forms.Tests (5)
System\Windows\Forms\FontDialogTests.cs (5)
656dialog.Apply += (sender, e) => applyCallCount++; 688dialog.Apply += (sender, e) => applyCallCount++; 719dialog.Apply += (sender, e) => applyCallCount++; 737dialog.Apply += handler; 742dialog.Apply -= handler;