1 interface inheriting from ITaskbarList3
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (1)
930
internal interface ITaskbarList4 :
ITaskbarList3
2 references to ITaskbarList3
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
6763
_taskbarList = (
ITaskbarList3
)taskbarList;
7753
private
ITaskbarList3
_taskbarList;