10 instantiations of INITCOMMONCONTROLSEX
System.Windows.Forms (10)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
960
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2563
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1119
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
()
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
553
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
()
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
79
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
965
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
()
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
757
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1517
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
105
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
System\Windows\Forms\ToolTip\ToolTip.cs (1)
702
PInvoke.InitCommonControlsEx(new
INITCOMMONCONTROLSEX
14 references to INITCOMMONCONTROLSEX
System.Windows.Forms (10)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
962
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\ListView\ListView.cs (1)
2565
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1121
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\ProgressBar\ProgressBar.cs (1)
555
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridToolTip.cs (1)
81
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\TabControl\TabControl.cs (1)
967
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\TrackBar\TrackBar.cs (1)
759
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1519
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\ErrorProvider\ErrorProvider.ErrorWindow.cs (1)
107
dwSize = (uint)sizeof(
INITCOMMONCONTROLSEX
),
System\Windows\Forms\ToolTip\ToolTip.cs (1)
704
dwSize = (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);