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