3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
699Utilities.SafeRelease(ref _taskbarList); 2378Utilities.SafeRelease(ref _taskbarList); 6462_taskbarList = (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
725if (_taskbarList == null) 6440if (_taskbarList == null) 6519Debug.Assert(null != _taskbarList); 6551HRESULT hr = _taskbarList.SetProgressState(Handle, tbpf); 6564Debug.Assert(null != _taskbarList); 6581return _taskbarList.SetProgressValue(Handle, intValue, precisionValue); 6586Debug.Assert(null != _taskbarList); 6601return _taskbarList.SetOverlayIcon(Handle, hicon, null); 6611Debug.Assert(null != _taskbarList); 6621return _taskbarList.SetThumbnailTooltip(Handle, tooltip); 6628if (_taskbarList == null) 6677return _taskbarList.SetThumbnailClip(Handle, interopRc); 6682Debug.Assert(null != _taskbarList); 6700HRESULT hr = _taskbarList.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons); 6710Debug.Assert(null != _taskbarList); 6811return _taskbarList.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);