3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
700Utilities.SafeRelease(ref _taskbarList); 2379Utilities.SafeRelease(ref _taskbarList); 6463_taskbarList = (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
726if (_taskbarList == null) 6441if (_taskbarList == null) 6520Debug.Assert(null != _taskbarList); 6552HRESULT hr = _taskbarList.SetProgressState(Handle, tbpf); 6565Debug.Assert(null != _taskbarList); 6582return _taskbarList.SetProgressValue(Handle, intValue, precisionValue); 6587Debug.Assert(null != _taskbarList); 6602return _taskbarList.SetOverlayIcon(Handle, hicon, null); 6612Debug.Assert(null != _taskbarList); 6622return _taskbarList.SetThumbnailTooltip(Handle, tooltip); 6629if (_taskbarList == null) 6678return _taskbarList.SetThumbnailClip(Handle, interopRc); 6683Debug.Assert(null != _taskbarList); 6701HRESULT hr = _taskbarList.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons); 6711Debug.Assert(null != _taskbarList); 6812return _taskbarList.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);