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)
75
if (
_text
!= null)
111
get { return
_text
; }
170
if (
_text
!= null)
542
if (_type == null &&
_text
== null)
642
if (
_text
!= null)
655
addChildParent.AddText(
_text
);
961
if (childFactory.
_text
!= null)
963
iAddChild.AddText(childFactory.
_text
);