3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
700Utilities.SafeRelease(ref _taskbarList); 2386Utilities.SafeRelease(ref _taskbarList); 6479_taskbarList = (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
726if (_taskbarList == null) 6457if (_taskbarList == null) 6536Debug.Assert(null != _taskbarList); 6568HRESULT hr = _taskbarList.SetProgressState(Handle, tbpf); 6581Debug.Assert(null != _taskbarList); 6598return _taskbarList.SetProgressValue(Handle, intValue, precisionValue); 6603Debug.Assert(null != _taskbarList); 6618return _taskbarList.SetOverlayIcon(Handle, hicon, null); 6628Debug.Assert(null != _taskbarList); 6638return _taskbarList.SetThumbnailTooltip(Handle, tooltip); 6645if (_taskbarList == null) 6694return _taskbarList.SetThumbnailClip(Handle, interopRc); 6699Debug.Assert(null != _taskbarList); 6717HRESULT hr = _taskbarList.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons); 6727Debug.Assert(null != _taskbarList); 6828return _taskbarList.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);