4 references to EnumChildWindows
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
725
PInvokeCore.
EnumChildWindows
(handle, SendThemeChangedRecursive);
System\Windows\Forms\Controls\ComboBox\ComboBox.ACNativeWindow.cs (1)
23
PInvokeCore.
EnumChildWindows
(new HandleRef<HWND>(this, acHandle), RegisterACWindowRecursive);
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
1443
PInvokeCore.
EnumChildWindows
(this, c.enumChildren);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1308
PInvokeCore.
EnumChildWindows
(this, StyleChildren);