5 references to DocumentProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
195
set { SetValue(
DocumentProperty
, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
2390
DependencyProperty dp = System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;
4431
DependencyProperty dp = System.Windows.Controls.DocumentViewer.
DocumentProperty
;
4601
DependencyProperty dp = System.Windows.Controls.FlowDocumentPageViewer.
DocumentProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1763
return System.Windows.Controls.Primitives.DocumentViewerBase.
DocumentProperty
;