1 write to _hwndFileDialog
PresentationFramework (1)
Microsoft\Win32\CommonItemDialog.cs (1)
570
oleWindow.GetWindow(out
_hwndFileDialog
);
3 references to _hwndFileDialog
PresentationFramework (3)
Microsoft\Win32\CommonItemDialog.cs (3)
669
if (!UnsafeNativeMethods.IsWindow(new HandleRef(this,
_hwndFileDialog
)))
675
int textLen = UnsafeNativeMethods.GetWindowTextLength(new HandleRef(this,
_hwndFileDialog
));
679
UnsafeNativeMethods.GetWindowText(new HandleRef(this,
_hwndFileDialog
),