1 instantiation of ThumbButtonInfo
PresentationFramework (1)
System\Windows\Shell\ThumbButtonInfo.cs (1)
19
return new
ThumbButtonInfo
();
17 references to ThumbButtonInfo
PresentationFramework (17)
System\Windows\Shell\ThumbButtonInfo.cs (15)
27
typeof(
ThumbButtonInfo
),
42
typeof(
ThumbButtonInfo
),
59
typeof(
ThumbButtonInfo
),
75
typeof(
ThumbButtonInfo
),
91
typeof(
ThumbButtonInfo
),
124
typeof(
ThumbButtonInfo
),
128
(d, e) => ((
ThumbButtonInfo
)d).CoerceIsEnabledValue(e)));
155
typeof(
ThumbButtonInfo
),
176
typeof(
ThumbButtonInfo
),
179
(d, e) => ((
ThumbButtonInfo
)d).OnCommandChanged(e)));
207
typeof(
ThumbButtonInfo
),
210
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
220
typeof(
ThumbButtonInfo
),
223
(d, e) => ((
ThumbButtonInfo
)d).UpdateCanExecute()));
230
typeof(
ThumbButtonInfo
),
System\Windows\Shell\ThumbButtonInfoCollection.cs (1)
11
public class ThumbButtonInfoCollection : FreezableCollection<
ThumbButtonInfo
>
System\Windows\Window.cs (1)
6760
foreach (
ThumbButtonInfo
wrappedTB in thumbButtons)