1 instantiation of ThumbButtonInfo
PresentationFramework (1)
System\Windows\Shell\ThumbButtonInfo.cs (1)
15
return new
ThumbButtonInfo
();
17 references to ThumbButtonInfo
PresentationFramework (17)
System\Windows\Shell\ThumbButtonInfo.cs (15)
23
typeof(
ThumbButtonInfo
),
38
typeof(
ThumbButtonInfo
),
55
typeof(
ThumbButtonInfo
),
71
typeof(
ThumbButtonInfo
),
87
typeof(
ThumbButtonInfo
),
120
typeof(
ThumbButtonInfo
),
124
(d, e) => ((
ThumbButtonInfo
)d).CoerceIsEnabledValue(e)));
151
typeof(
ThumbButtonInfo
),
172
typeof(
ThumbButtonInfo
),
175
(d, e) => ((
ThumbButtonInfo
)d).OnCommandChanged(e)));
203
typeof(
ThumbButtonInfo
),
206
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
216
typeof(
ThumbButtonInfo
),
219
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
226
typeof(
ThumbButtonInfo
),
System\Windows\Shell\ThumbButtonInfoCollection.cs (1)
6
public class ThumbButtonInfoCollection : FreezableCollection<
ThumbButtonInfo
>
System\Windows\Window.cs (1)
6728
foreach (
ThumbButtonInfo
wrappedTB in thumbButtons)