16 references to ComctlSupportsVisualStyles
System.Windows.Forms (16)
winforms\Managed\System\WinForms\ListView.cs (16)
864Debug.Assert(!this.listViewState[LISTVIEWSTATE_flipViewToLargeIconAndSmallIcon] || this.ComctlSupportsVisualStyles, "we need this bit only when loading ComCtl 6.0"); 871Debug.Assert(!value || this.ComctlSupportsVisualStyles, "we need this bit only when loading ComCtl 6.0"); 950return this.ShowGroups && groups != null && groups.Count > 0 && ComctlSupportsVisualStyles && !VirtualMode; 1791if (IsHandleCreated && ComctlSupportsVisualStyles) { 2389if (this.ComctlSupportsVisualStyles && 2412if (this.ComctlSupportsVisualStyles && 3045if (IsHandleCreated && ComctlSupportsVisualStyles && GroupsEnabled) { 3764if (this.IsHandleCreated && this.Items.Count == 0 && this.View == View.SmallIcon && this.ComctlSupportsVisualStyles) 4293if (ComctlSupportsVisualStyles) { 4353if (ComctlSupportsVisualStyles && (InsertionMark.Index > 0)) { 4760Debug.Assert(ComctlSupportsVisualStyles, "we should have checked this already"); 5308Debug.Assert(ComctlSupportsVisualStyles, "we should have checked this already"); 5332if (IsHandleCreated && ComctlSupportsVisualStyles && !VirtualMode) { 5340Debug.Assert(ComctlSupportsVisualStyles, "this function works only when ComCtl 6.0 and higher is loaded"); 6370if (unchecked( (int) (long)m.WParam) != LVTOOLTIPTRACKING || !ComctlSupportsVisualStyles) { 9031if (this.owner.ComctlSupportsVisualStyles) {