3 references to IsDocumentEnabledProperty
PresentationFramework (3)
System\Windows\Controls\RichTextBox.cs (3)
507
/// <see cref="
IsDocumentEnabledProperty
" />
513
return (bool)GetValue(
IsDocumentEnabledProperty
);
518
SetValue(
IsDocumentEnabledProperty
, value);