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