1 write to _text
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
126_text = value;
8 references to _text
PresentationFramework (8)
System\Windows\FrameworkElementFactory.cs (8)
75if (_text != null) 111get { return _text; } 170if (_text != null) 542if (_type == null && _text == null) 642if (_text != null) 655addChildParent.AddText(_text); 961if (childFactory._text != null) 963iAddChild.AddText(childFactory._text);