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)
86
if (
_text
!= null)
123
get { return
_text
; }
182
if (
_text
!= null)
553
if (_type == null &&
_text
== null)
653
if (
_text
!= null)
666
addChildParent.AddText(
_text
);
972
if (childFactory.
_text
!= null)
974
iAddChild.AddText(childFactory.
_text
);