3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
708
Utilities.SafeRelease(ref
_taskbarList
);
2394
Utilities.SafeRelease(ref
_taskbarList
);
6481
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
734
if (
_taskbarList
== null)
6459
if (
_taskbarList
== null)
6538
Debug.Assert(null !=
_taskbarList
);
6570
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6583
Debug.Assert(null !=
_taskbarList
);
6600
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6605
Debug.Assert(null !=
_taskbarList
);
6620
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6630
Debug.Assert(null !=
_taskbarList
);
6640
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6647
if (
_taskbarList
== null)
6696
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6701
Debug.Assert(null !=
_taskbarList
);
6719
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6729
Debug.Assert(null !=
_taskbarList
);
6830
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);