1 write to pathType
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
217this.pathType = new System.Windows.Forms.ComboBox();
17 references to pathType
System.Messaging (17)
System\Messaging\Design\QueuePathDialog.cs (17)
143if (pathType.Text.CompareTo(Res.GetString(Res.RefByPath)) == 0) 146this.lastPathType = this.pathType.SelectedIndex; 148else if (pathType.Text.CompareTo(Res.GetString(Res.RefByFormatName)) == 0) 152this.lastPathType = this.pathType.SelectedIndex; 163this.lastPathType = this.pathType.SelectedIndex; 228this.pathType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 229this.pathType.DropDownWidth = 264; 230this.pathType.Items.Add(Res.GetString(Res.RefByPath)); 231this.pathType.Items.Add(Res.GetString(Res.RefByFormatName)); 232this.pathType.Items.Add(Res.GetString(Res.RefByLabel)); 233this.pathType.SelectedIndex = 0; 234this.pathType.Location = ((System.Drawing.Point)(resources.GetObject("pathType.Location"))); 235this.pathType.Size = ((System.Drawing.Size)(resources.GetObject("pathType.Size"))); 236this.pathType.TabIndex = ((int)(resources.GetObject("pathType.TabIndex"))); 237this.pathType.SelectedIndexChanged += new System.EventHandler(this.IndexChanged); 280this.pathType, 434pathType.SelectedIndex = pathTypeIndex;