3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
700
Utilities.SafeRelease(ref
_taskbarList
);
2386
Utilities.SafeRelease(ref
_taskbarList
);
6479
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
726
if (
_taskbarList
== null)
6457
if (
_taskbarList
== null)
6536
Debug.Assert(null !=
_taskbarList
);
6568
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6581
Debug.Assert(null !=
_taskbarList
);
6598
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6603
Debug.Assert(null !=
_taskbarList
);
6618
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6628
Debug.Assert(null !=
_taskbarList
);
6638
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6645
if (
_taskbarList
== null)
6694
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6699
Debug.Assert(null !=
_taskbarList
);
6717
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6727
Debug.Assert(null !=
_taskbarList
);
6828
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);