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