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