1 write to _text
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
138_text = value;
8 references to _text
PresentationFramework (8)
src\Framework\System\Windows\FrameworkElementFactory.cs (8)
83if (_text != null) 120get { return _text; } 185if (_text != null) 575if (_type == null && _text == null) 675if (_text != null) 688addChildParent.AddText(_text); 996if (childFactory._text != null) 998iAddChild.AddText(childFactory._text);