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