8 references to FocusableProperty
PresentationCore (2)
System\Windows\ContentElement.cs (2)
714get { return (bool) GetValue(FocusableProperty); } 715set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }
PresentationFramework (6)
System\Windows\Documents\DocumentSequence.cs (1)
34FocusableProperty.OverrideMetadata(typeof(FixedDocumentSequence), new FrameworkPropertyMetadata(true));
System\Windows\Documents\FixedDocument.cs (1)
52FocusableProperty.OverrideMetadata(typeof(FixedDocument), new FrameworkPropertyMetadata(true));
System\Windows\Documents\FlowDocument.cs (1)
90FocusableProperty.OverrideMetadata(_typeofThis, new FrameworkPropertyMetadata(true));
System\Windows\Documents\Hyperlink.cs (1)
44FocusableProperty.OverrideMetadata(typeof(Hyperlink), new FrameworkPropertyMetadata(true));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2030DependencyProperty dp = System.Windows.ContentElement.FocusableProperty;
System\Windows\Markup\KnownTypes.cs (1)
1709return System.Windows.ContentElement.FocusableProperty;