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