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)
654dialog.Apply += (sender, e) => applyCallCount++; 686dialog.Apply += (sender, e) => applyCallCount++; 717dialog.Apply += (sender, e) => applyCallCount++; 735dialog.Apply += handler; 740dialog.Apply -= handler;