5 references to DocumentProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
187
set { SetValue(
DocumentProperty
, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2396
DependencyProperty dp = System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;
4454
DependencyProperty dp = System.Windows.Controls.DocumentViewer.
DocumentProperty
;
4624
DependencyProperty dp = System.Windows.Controls.FlowDocumentPageViewer.
DocumentProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1762
return System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;