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