1 instantiation of TaskbarItemInfo
PresentationFramework (1)
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (1)
27return new TaskbarItemInfo();
34 references to TaskbarItemInfo
PresentationFramework (34)
src\Framework\System\Windows\Shell\TaskbarItemInfo.cs (14)
38typeof(TaskbarItemInfo), 41(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 42(d, baseValue) => ((TaskbarItemInfo)d).CoerceProgressState((TaskbarItemProgressState)baseValue))); 79typeof(TaskbarItemInfo), 82(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 116typeof(TaskbarItemInfo), 119(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 137typeof(TaskbarItemInfo), 140(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e))); 158typeof(TaskbarItemInfo), 161(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e), 162(d, baseValue) => ((TaskbarItemInfo)d).CoerceThumbnailClipMargin((Thickness)baseValue))); 191typeof(TaskbarItemInfo), 194(d, e) => ((TaskbarItemInfo)d).NotifyDependencyPropertyChanged(e)));
src\Framework\System\Windows\Window.cs (20)
633typeof(TaskbarItemInfo), 648public TaskbarItemInfo TaskbarItemInfo 653return (TaskbarItemInfo)GetValue(TaskbarItemInfoProperty); 670var oldBar = (TaskbarItemInfo)e.OldValue; 671var newBar = (TaskbarItemInfo)e.NewValue; 773if (dp == TaskbarItemInfo.ProgressStateProperty) 777else if (dp == TaskbarItemInfo.ProgressValueProperty) 781else if (dp == TaskbarItemInfo.OverlayProperty) 785else if (dp == TaskbarItemInfo.DescriptionProperty) 789else if (dp == TaskbarItemInfo.ThumbnailClipMarginProperty) 793else if (dp == TaskbarItemInfo.ThumbButtonInfosProperty) 4482TaskbarItemInfo taskbar = TaskbarItemInfo; 6828TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6877TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6903TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6932TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 6972TaskbarItemInfo taskbarInfo = TaskbarItemInfo; 7046TaskbarItemInfo taskbarInfo = TaskbarItemInfo;