4 references to RecognizesAccessKeyProperty
PresentationFramework (4)
System\Windows\Controls\ContentPresenter.cs (2)
137get { return (bool) GetValue(RecognizesAccessKeyProperty); } 138set { SetValue(RecognizesAccessKeyProperty, BooleanBoxes.Box(value)); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2120DependencyProperty dp = System.Windows.Controls.ContentPresenter.RecognizesAccessKeyProperty;
System\Windows\Markup\KnownTypes.cs (1)
1719return System.Windows.Controls.ContentPresenter.RecognizesAccessKeyProperty;