2 writes to parentHandle
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
2283
this.
parentHandle
= parentHandle;
2309
this.
parentHandle
= IntPtr.Zero;
6 references to parentHandle
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerWidgets.cs (6)
2289
createParams.Parent = this.
parentHandle
;
2296
toolInfo.hwnd = this.
parentHandle
;
2303
if (this.
parentHandle
!= IntPtr.Zero)
2306
toolInfo.hwnd = this.
parentHandle
;
2355
toolInfo.hwnd = this.
parentHandle
;
2370
toolInfo.hwnd = this.
parentHandle
;