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