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