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