1 write to hwndFound
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1738hwndFound = hwnd;
3 references to hwndFound
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
1575if (c.hwndFound != IntPtr.Zero) { 1576SafeNativeMethods.InvalidateRect(new HandleRef(c, c.hwndFound), null, true); 1577SafeNativeMethods.UpdateWindow(new HandleRef(c, c.hwndFound));