2 writes to _acceptsRichContent
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
64
_acceptsRichContent
= true;
1021
_acceptsRichContent
= value;
1 reference to _acceptsRichContent
PresentationFramework (1)
System\windows\Documents\TextEditor.cs (1)
1017
return
_acceptsRichContent
;