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