1 instantiation of TaskbarItemInfo
PresentationFramework (1)
System\Windows\Shell\TaskbarItemInfo.cs (1)
32return new TaskbarItemInfo();
34 references to TaskbarItemInfo
PresentationFramework (34)
System\Windows\Shell\TaskbarItemInfo.cs (14)
43typeof(TaskbarItemInfo), 46(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 47(d, baseValue) => ((TaskbarItemInfo)d).CoerceProgressState((TaskbarItemProgressState)baseValue))); 84typeof(TaskbarItemInfo), 87(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 121typeof(TaskbarItemInfo), 124(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 142typeof(TaskbarItemInfo), 145(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 163typeof(TaskbarItemInfo), 166(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 167(d, baseValue) => ((TaskbarItemInfo)d).CoerceThumbnailClipMargin((Thickness)baseValue))); 196typeof(TaskbarItemInfo), 199(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e)));
System\Windows\Window.cs (20)
566typeof(TaskbarItemInfo), 581public TaskbarItemInfo TaskbarItemInfo 586return (TaskbarItemInfo)GetValue(TaskbarItemInfoProperty); 597var oldBar = (TaskbarItemInfo)e.OldValue; 598var newBar = (TaskbarItemInfo)e.NewValue; 690if (dp == TaskbarItemInfo.ProgressStateProperty) 694else if (dp == TaskbarItemInfo.ProgressValueProperty) 698else if (dp == TaskbarItemInfo.OverlayProperty) 702else if (dp == TaskbarItemInfo.DescriptionProperty) 706else if (dp == TaskbarItemInfo.ThumbnailClipMarginProperty) 710else if (dp == TaskbarItemInfo.ThumbButtonInfosProperty) 4238TaskbarItemInfo taskbar = TaskbarItemInfo; 6435TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6480TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6502TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6527TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6561TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6627TaskbarItemInfo taskbarInfo = TaskbarItemInfo;