5 references to DocumentProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
176
set { SetValue(
DocumentProperty
, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2460
DependencyProperty dp = System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;
4710
DependencyProperty dp = System.Windows.Controls.DocumentViewer.
DocumentProperty
;
4898
DependencyProperty dp = System.Windows.Controls.FlowDocumentPageViewer.
DocumentProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1756
return System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;