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