1 write to _text
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
138_text = value;
8 references to _text
PresentationFramework (8)
System\Windows\FrameworkElementFactory.cs (8)
86if (_text != null) 123get { return _text; } 182if (_text != null) 553if (_type == null && _text == null) 653if (_text != null) 666addChildParent.AddText(_text); 972if (childFactory._text != null) 974iAddChild.AddText(childFactory._text);