2 writes to _textContainer
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
677
_textContainer
= null;
899
_textContainer
= (ITextContainer)isp.GetService(typeof(ITextContainer));
2 references to _textContainer
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
892
if (
_textContainer
== null)
904
return
_textContainer
;