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)
656
dialog.
Apply
+= (sender, e) => applyCallCount++;
688
dialog.
Apply
+= (sender, e) => applyCallCount++;
719
dialog.
Apply
+= (sender, e) => applyCallCount++;
737
dialog.
Apply
+= handler;
742
dialog.
Apply
-= handler;