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