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