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)
76
if (
_text
!= null)
112
get { return
_text
; }
171
if (
_text
!= null)
543
if (_type == null &&
_text
== null)
643
if (
_text
!= null)
656
addChildParent.AddText(
_text
);
962
if (childFactory.
_text
!= null)
964
iAddChild.AddText(childFactory.
_text
);