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