3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
693Utilities.SafeRelease(ref _taskbarList); 2369Utilities.SafeRelease(ref _taskbarList); 6450_taskbarList = (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
719if (_taskbarList == null) 6428if (_taskbarList == null) 6507Debug.Assert(null != _taskbarList); 6539HRESULT hr = _taskbarList.SetProgressState(Handle, tbpf); 6552Debug.Assert(null != _taskbarList); 6569return _taskbarList.SetProgressValue(Handle, intValue, precisionValue); 6574Debug.Assert(null != _taskbarList); 6589return _taskbarList.SetOverlayIcon(Handle, hicon, null); 6599Debug.Assert(null != _taskbarList); 6609return _taskbarList.SetThumbnailTooltip(Handle, tooltip); 6616if (_taskbarList == null) 6665return _taskbarList.SetThumbnailClip(Handle, interopRc); 6670Debug.Assert(null != _taskbarList); 6688HRESULT hr = _taskbarList.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons); 6698Debug.Assert(null != _taskbarList); 6799return _taskbarList.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);