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