1 write to _text
PresentationFramework (1)
System\Windows\FrameworkElementFactory.cs (1)
127_text = value;
8 references to _text
PresentationFramework (8)
System\Windows\FrameworkElementFactory.cs (8)
76if (_text != null) 112get { return _text; } 171if (_text != null) 543if (_type == null && _text == null) 643if (_text != null) 656addChildParent.AddText(_text); 962if (childFactory._text != null) 964iAddChild.AddText(childFactory._text);