1 write to bindingNavigatorAddNewItem
Accessibility_Core_App (1)
DataControls.Designer.cs (1)
34this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
9 references to bindingNavigatorAddNewItem
Accessibility_Core_App (9)
DataControls.Designer.cs (9)
74this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem; 87this.bindingNavigatorAddNewItem, 112this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; 113this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image"))); 114this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem"; 115this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true; 116this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 25); 117this.bindingNavigatorAddNewItem.Text = "Add new"; 118this.bindingNavigatorAddNewItem.Click += this.bindingNavigatorAddNewItem_Click;