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