5 references to DocumentProperty
PresentationFramework (5)
MS\Internal\Documents\IFlowDocumentViewer.cs (1)
174if (e.Property == DocumentProperty)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
202get { return (FlowDocument)GetValue(DocumentProperty); } 203set { SetValue(DocumentProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2507DependencyProperty dp = System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty;
System\Windows\Markup\KnownTypes.cs (1)
1761return System.Windows.Controls.FlowDocumentScrollViewer.DocumentProperty;