3 writes to _taskbarList
PresentationFramework (3)
System\Windows\Window.cs (3)
699Utilities.SafeRelease(ref _taskbarList); 2375Utilities.SafeRelease(ref _taskbarList); 6456_taskbarList = (ITaskbarList3)taskbarList;
16 references to _taskbarList
PresentationFramework (16)
System\Windows\Window.cs (16)
725if (_taskbarList == null) 6434if (_taskbarList == null) 6513Debug.Assert(null != _taskbarList); 6545HRESULT hr = _taskbarList.SetProgressState(Handle, tbpf); 6558Debug.Assert(null != _taskbarList); 6575return _taskbarList.SetProgressValue(Handle, intValue, precisionValue); 6580Debug.Assert(null != _taskbarList); 6595return _taskbarList.SetOverlayIcon(Handle, hicon, null); 6605Debug.Assert(null != _taskbarList); 6615return _taskbarList.SetThumbnailTooltip(Handle, tooltip); 6622if (_taskbarList == null) 6671return _taskbarList.SetThumbnailClip(Handle, interopRc); 6676Debug.Assert(null != _taskbarList); 6694HRESULT hr = _taskbarList.ThumbBarAddButtons(Handle, (uint)nativeButtons.Length, nativeButtons); 6704Debug.Assert(null != _taskbarList); 6805return _taskbarList.ThumbBarUpdateButtons(Handle, (uint)nativeButtons.Length, nativeButtons);