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