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