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