Implemented interface member:
property
Handle
System.Windows.Forms.IWin32Window.Handle
3 references to Handle
System.Windows.Forms (3)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
233
/// been created and its handle is available using the <see cref="
Handle
"/>
1625
if (
Handle
== IntPtr.Zero)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.WindowSubclassHandler.cs (1)
13
: base((HWND)taskDialog.OrThrowIfNull().
Handle
)