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