1 instantiation of ThumbButtonInfo
PresentationFramework (1)
System\Windows\Shell\ThumbButtonInfo.cs (1)
16
return new
ThumbButtonInfo
();
17 references to ThumbButtonInfo
PresentationFramework (17)
System\Windows\Shell\ThumbButtonInfo.cs (15)
24
typeof(
ThumbButtonInfo
),
39
typeof(
ThumbButtonInfo
),
56
typeof(
ThumbButtonInfo
),
72
typeof(
ThumbButtonInfo
),
88
typeof(
ThumbButtonInfo
),
121
typeof(
ThumbButtonInfo
),
125
(d, e) => ((
ThumbButtonInfo
)d).CoerceIsEnabledValue(e)));
152
typeof(
ThumbButtonInfo
),
173
typeof(
ThumbButtonInfo
),
176
(d, e) => ((
ThumbButtonInfo
)d).OnCommandChanged(e)));
204
typeof(
ThumbButtonInfo
),
207
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
217
typeof(
ThumbButtonInfo
),
220
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
227
typeof(
ThumbButtonInfo
),
System\Windows\Shell\ThumbButtonInfoCollection.cs (1)
7
public class ThumbButtonInfoCollection : FreezableCollection<
ThumbButtonInfo
>
System\Windows\Window.cs (1)
6745
foreach (
ThumbButtonInfo
wrappedTB in thumbButtons)