3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
699
Utilities.SafeRelease(ref
_taskbarList
);
2378
Utilities.SafeRelease(ref
_taskbarList
);
6462
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
725
if (
_taskbarList
== null)
6440
if (
_taskbarList
== null)
6519
Debug.Assert(null !=
_taskbarList
);
6551
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6564
Debug.Assert(null !=
_taskbarList
);
6581
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6586
Debug.Assert(null !=
_taskbarList
);
6601
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6611
Debug.Assert(null !=
_taskbarList
);
6621
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6628
if (
_taskbarList
== null)
6677
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6682
Debug.Assert(null !=
_taskbarList
);
6700
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6710
Debug.Assert(null !=
_taskbarList
);
6811
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);