2 references to _CanExecuteProperty
PresentationFramework (2)
System\Windows\Shell\ThumbButtonInfo.cs (2)
234
get { return (bool)GetValue(
_CanExecuteProperty
); }
235
set { SetValue(
_CanExecuteProperty
, value); }