2 writes to verbs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (2)
170
this.
verbs
= null;
180
this.
verbs
= verbs;
15 references to verbs
System.Windows.Forms (15)
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (15)
99
if (
verbs
!= null) {
100
verbCount =
verbs
.Length;
165
if (this.
verbs
!= null) {
166
for (int i = 0; i < this.
verbs
.Length; i++){
167
this.
verbs
[i].CommandChanged -= new EventHandler(this.OnCommandChanged);
198
Point[] links = new Point[
verbs
.Length];
202
for (int i=0; i<
verbs
.Length; i++) {
203
if (
verbs
[i].Visible &&
verbs
[i].Supported) {
209
string name =
verbs
[i].Text;
220
for (int i=0; i<
verbs
.Length; i++) {
221
if (
verbs
[i].Visible &&
verbs
[i].Supported) {
222
LinkLabel.Link link = Label.Links.Add(links[i].X, links[i].Y,
verbs
[i]);
223
if (!
verbs
[i].Enabled) {