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