3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
699
Utilities.SafeRelease(ref
_taskbarList
);
2375
Utilities.SafeRelease(ref
_taskbarList
);
6456
_taskbarList
= (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
725
if (
_taskbarList
== null)
6434
if (
_taskbarList
== null)
6513
Debug.Assert(null !=
_taskbarList
);
6545
HRESULT hr =
_taskbarList
.SetProgressState(Handle, tbpf);
6558
Debug.Assert(null !=
_taskbarList
);
6575
return
_taskbarList
.SetProgressValue(Handle, intValue, precisionValue);
6580
Debug.Assert(null !=
_taskbarList
);
6595
return
_taskbarList
.SetOverlayIcon(Handle, hicon, null);
6605
Debug.Assert(null !=
_taskbarList
);
6615
return
_taskbarList
.SetThumbnailTooltip(Handle, tooltip);
6622
if (
_taskbarList
== null)
6671
return
_taskbarList
.SetThumbnailClip(Handle, interopRc);
6676
Debug.Assert(null !=
_taskbarList
);
6694
HRESULT hr =
_taskbarList
.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons);
6704
Debug.Assert(null !=
_taskbarList
);
6805
return
_taskbarList
.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);