3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
693
Utilities.SafeRelease(ref
_taskbarList
);
2369
Utilities.SafeRelease(ref
_taskbarList
);
6450
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
719
if (
_taskbarList
== null)
6428
if (
_taskbarList
== null)
6507
Debug.Assert(null !=
_taskbarList
);
6539
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6552
Debug.Assert(null !=
_taskbarList
);
6569
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6574
Debug.Assert(null !=
_taskbarList
);
6589
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6599
Debug.Assert(null !=
_taskbarList
);
6609
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6616
if (
_taskbarList
== null)
6665
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6670
Debug.Assert(null !=
_taskbarList
);
6688
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6698
Debug.Assert(null !=
_taskbarList
);
6799
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);