8 references to FocusableProperty
PresentationCore (2)
System\Windows\ContentElement.cs (2)
728get { return (bool) GetValue(FocusableProperty); } 729set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
46FocusableProperty.OverrideMetadata(typeof(FixedDocumentSequence), new FrameworkPropertyMetadata(true));
System\Windows\Documents\FixedDocument.cs (1)
64FocusableProperty.OverrideMetadata(typeof(FixedDocument), new FrameworkPropertyMetadata(true));
System\Windows\Documents\FlowDocument.cs (1)
91FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true));
System\Windows\Documents\Hyperlink.cs (1)
51FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2009DependencyProperty dp = System.Windows.ContentElement.FocusableProperty;
System\Windows\Markup\KnownTypes.cs (1)
1716return System.Windows.ContentElement.FocusableProperty;