3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
700
Utilities.SafeRelease(ref
_taskbarList
);
2379
Utilities.SafeRelease(ref
_taskbarList
);
6463
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
726
if (
_taskbarList
== null)
6441
if (
_taskbarList
== null)
6520
Debug.Assert(null !=
_taskbarList
);
6552
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6565
Debug.Assert(null !=
_taskbarList
);
6582
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6587
Debug.Assert(null !=
_taskbarList
);
6602
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6612
Debug.Assert(null !=
_taskbarList
);
6622
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6629
if (
_taskbarList
== null)
6678
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6683
Debug.Assert(null !=
_taskbarList
);
6701
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6711
Debug.Assert(null !=
_taskbarList
);
6812
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);