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