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)
83
if (
_text
!= null)
120
get { return
_text
; }
185
if (
_text
!= null)
575
if (_type == null &&
_text
== null)
675
if (
_text
!= null)
688
addChildParent.AddText(
_text
);
996
if (childFactory.
_text
!= null)
998
iAddChild.AddText(childFactory.
_text
);