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