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