2 writes to _textContainer
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
676
_textContainer
= null;
898
_textContainer
= (ITextContainer)isp.GetService(typeof(ITextContainer));
2 references to _textContainer
PresentationFramework (2)
MS\Internal\Documents\DocumentGrid.cs (2)
891
if (
_textContainer
== null)
903
return
_textContainer
;