2 writes to _acceptsRichContent
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
68
_acceptsRichContent
= true;
1048
_acceptsRichContent
= value;
1 reference to _acceptsRichContent
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditor.cs (1)
1044
return
_acceptsRichContent
;