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