8 writes to text
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Control.cs (8)
1560
text
= WindowText;
1568
text
= (string)Properties.GetObject(PropCacheTextField, out found);
4058
text
= value;
4558
text
= null;
4561
text
= value;
8893
text
= Text;
8894
if (text != null && text.Length == 0)
text
= null;
13277
text
= null;
12 references to text
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Control.cs (12)
1558
Properties.SetObject(PropCacheTextField,
text
);
1559
if (
text
== null) {
1865
cp.Caption =
text
;
4041
return(
text
== null) ? "" :
text
;
4525
if (
text
== null) {
4529
return
text
;
8791
if (
text
!= null &&
text
.Length != 0) {
8792
UnsafeNativeMethods.SetWindowText(new HandleRef(this, Handle),
text
);
8894
if (
text
!= null &&
text
.Length == 0) text = null;