1 write to hwndFound
System.Windows.Forms (1)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.EnumChildren.cs (1)
14hwndFound = hwnd;
3 references to hwndFound
System.Windows.Forms (3)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
1444if (!c.hwndFound.IsNull) 1446PInvoke.InvalidateRect(c.hwndFound, lpRect: (RECT*)null, bErase: true); 1447PInvoke.UpdateWindow(c.hwndFound);