2 writes to _hwndFileDialog
PresentationFramework (2)
src\Framework\Microsoft\Win32\FileDialog.cs (2)
699
_hwndFileDialog
= UnsafeNativeMethods.GetParent(new HandleRef(this, hwnd));
2135
oleWindow.GetWindow(out
_hwndFileDialog
);
5 references to _hwndFileDialog
PresentationFramework (5)
src\Framework\Microsoft\Win32\FileDialog.cs (5)
740
MoveToScreenCenter(new HandleRef(this,
_hwndFileDialog
));
774
int sizeNeeded = (int)UnsafeNativeMethods.UnsafeSendMessage(
_hwndFileDialog
, // hWnd of window to receive message
1762
if (!UnsafeNativeMethods.IsWindow(new HandleRef(this,
_hwndFileDialog
)))
1768
int textLen = UnsafeNativeMethods.GetWindowTextLength(new HandleRef(this,
_hwndFileDialog
));
1772
UnsafeNativeMethods.GetWindowText(new HandleRef(this,
_hwndFileDialog
),