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