10 instantiations of INITCOMMONCONTROLSEX
System.Windows.Forms (10)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
960PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2563PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1119PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
553PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
79PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
965PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
757PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1517PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
105PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
System\Windows\Forms\ToolTip\ToolTip.cs (1)
702PInvoke.InitCommonControlsEx(new INITCOMMONCONTROLSEX
14 references to INITCOMMONCONTROLSEX
System.Windows.Forms (10)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
962dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2565dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1121dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
555dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
81dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
967dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
759dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1519dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
107dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System\Windows\Forms\ToolTip\ToolTip.cs (1)
704dwSize = (uint)sizeof(INITCOMMONCONTROLSEX),
System.Windows.Forms.Primitives (4)
Windows.Win32.PInvoke.COMCTL32.dll.g.cs (4)
407 /// <inheritdoc cref="InitCommonControlsEx(winmdroot.UI.Controls.INITCOMMONCONTROLSEX*)"/> 409 internal static unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(in winmdroot.UI.Controls.INITCOMMONCONTROLSEX picce) 411 fixed (winmdroot.UI.Controls.INITCOMMONCONTROLSEX* picceLocal = &picce) 429 internal static extern unsafe winmdroot.Foundation.BOOL InitCommonControlsEx(winmdroot.UI.Controls.INITCOMMONCONTROLSEX* picce);