Implemented interface member:
5 references to Dispose
System.Windows.Forms (5)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
1599_windowSubclassHandler.Dispose();
System\Windows\Forms\WindowSubclassHandler.cs (4)
16/// subclassing is correctly undone, you must call <see cref="Dispose()"/> before the 80/// You must call <see cref="Dispose()"/> to undo the subclassing before the window is destroyed. 145/// automatically kept alive until <see cref="Dispose()"/> is called to undo the 149/// However, if <see cref="Dispose()"/> fails (indicated by throwing an exception),