5 references to DocumentProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
175
set { SetValue(
DocumentProperty
, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2459
DependencyProperty dp = System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;
4709
DependencyProperty dp = System.Windows.Controls.DocumentViewer.
DocumentProperty
;
4897
DependencyProperty dp = System.Windows.Controls.FlowDocumentPageViewer.
DocumentProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1755
return System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;