8 references to FocusableProperty
PresentationCore (2)
Core\CSharp\System\Windows\ContentElement.cs (2)
732get { return (bool) GetValue(FocusableProperty); } 733set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
PresentationFramework (6)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
51FocusableProperty.OverrideMetadata(typeof(FixedDocumentSequence), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
69FocusableProperty.OverrideMetadata(typeof(FixedDocument), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
96FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
53FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2001DependencyProperty dp = System.Windows.ContentElement.FocusableProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1717return System.Windows.ContentElement.FocusableProperty;