1 write to text
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolBarButton.cs (1)
405
text
= value;
8 references to text
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolBarButton.cs (8)
396
return(
text
== null) ? "" :
text
;
403
if ( (value == null &&
text
!= null) ||
404
(value != null && (
text
== null || !
text
.Equals(value)))) {
407
UpdateButton(WindowsFormsUtils.ContainsMnemonic(
text
), true, true);
672
if (
text
== null) {
676
string textValue = this.
text
;