1 interface inheriting from ITaskbarList
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (1)
827internal interface ITaskbarList2 : ITaskbarList
2 references to ITaskbarList
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
6756ITaskbarList taskbarList = null; 6759taskbarList = (ITaskbarList)Activator.CreateInstance(Type.GetTypeFromCLSID(new Guid(CLSID.TaskbarList)));