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