1 instantiation of TaskbarItemInfo
PresentationFramework (1)
System\Windows\Shell\TaskbarItemInfo.cs (1)
29return new TaskbarItemInfo();
34 references to TaskbarItemInfo
PresentationFramework (34)
System\Windows\Shell\TaskbarItemInfo.cs (14)
40typeof(TaskbarItemInfo), 43(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 44(d, baseValue) => ((TaskbarItemInfo)d).CoerceProgressState((TaskbarItemProgressState)baseValue))); 81typeof(TaskbarItemInfo), 84(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 118typeof(TaskbarItemInfo), 121(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 139typeof(TaskbarItemInfo), 142(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 160typeof(TaskbarItemInfo), 163(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 164(d, baseValue) => ((TaskbarItemInfo)d).CoerceThumbnailClipMargin((Thickness)baseValue))); 193typeof(TaskbarItemInfo), 196(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e)));
System\Windows\Window.cs (20)
616typeof(TaskbarItemInfo), 631public TaskbarItemInfo TaskbarItemInfo 636return (TaskbarItemInfo)GetValue(TaskbarItemInfoProperty); 647var oldBar = (TaskbarItemInfo)e.OldValue; 648var newBar = (TaskbarItemInfo)e.NewValue; 740if (dp == TaskbarItemInfo.ProgressStateProperty) 744else if (dp == TaskbarItemInfo.ProgressValueProperty) 748else if (dp == TaskbarItemInfo.OverlayProperty) 752else if (dp == TaskbarItemInfo.DescriptionProperty) 756else if (dp == TaskbarItemInfo.ThumbnailClipMarginProperty) 760else if (dp == TaskbarItemInfo.ThumbButtonInfosProperty) 4323TaskbarItemInfo taskbar = TaskbarItemInfo; 6521TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6566TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6588TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6613TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6647TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6713TaskbarItemInfo taskbarInfo = TaskbarItemInfo;