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