2 references to IsEditingEnabled
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
996
_textEditor.IsReadOnly = !
IsEditingEnabled
;
1339
TextEditor.RegisterCommandHandlers(typeof(FlowDocumentScrollViewer), /*acceptsRichContent:*/true, /*readOnly:*/!
IsEditingEnabled
, /*registerEventListeners*/true);