2 writes to disableWordWrapping
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1065this.disableWordWrapping = true; 1069this.disableWordWrapping = false;
2 references to disableWordWrapping
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
921if (disableWordWrapping) { 940if (disableWordWrapping) {