1 instantiation of TaskbarItemInfo
PresentationFramework (1)
System\Windows\Shell\TaskbarItemInfo.cs (1)
30return new TaskbarItemInfo();
34 references to TaskbarItemInfo
PresentationFramework (34)
System\Windows\Shell\TaskbarItemInfo.cs (14)
41typeof(TaskbarItemInfo), 44(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 45(d, baseValue) => ((TaskbarItemInfo)d).CoerceProgressState((TaskbarItemProgressState)baseValue))); 82typeof(TaskbarItemInfo), 85(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 119typeof(TaskbarItemInfo), 122(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 140typeof(TaskbarItemInfo), 143(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 161typeof(TaskbarItemInfo), 164(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 165(d, baseValue) => ((TaskbarItemInfo)d).CoerceThumbnailClipMargin((Thickness)baseValue))); 194typeof(TaskbarItemInfo), 197(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e)));
System\Windows\Window.cs (20)
617typeof(TaskbarItemInfo), 632public TaskbarItemInfo TaskbarItemInfo 637return (TaskbarItemInfo)GetValue(TaskbarItemInfoProperty); 648var oldBar = (TaskbarItemInfo)e.OldValue; 649var newBar = (TaskbarItemInfo)e.NewValue; 741if (dp == TaskbarItemInfo.ProgressStateProperty) 745else if (dp == TaskbarItemInfo.ProgressValueProperty) 749else if (dp == TaskbarItemInfo.OverlayProperty) 753else if (dp == TaskbarItemInfo.DescriptionProperty) 757else if (dp == TaskbarItemInfo.ThumbnailClipMarginProperty) 761else if (dp == TaskbarItemInfo.ThumbButtonInfosProperty) 4337TaskbarItemInfo taskbar = TaskbarItemInfo; 6538TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6583TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6605TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6630TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6664TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6730TaskbarItemInfo taskbarInfo = TaskbarItemInfo;