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