4 references to EnumChildWindows
System.Windows.Forms (4)
System\Windows\Forms\Application.cs (1)
725PInvokeCore.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)
1443PInvokeCore.EnumChildWindows(this, c.enumChildren);
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
1308PInvokeCore.EnumChildWindows(this, StyleChildren);