1 write to ShowEditingIcon
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (1)
84this.parametersGrid.ShowEditingIcon = false;
7 references to ShowEditingIcon
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridView.cs (2)
3666if (this.RowHeadersVisible && this.ShowEditingIcon && this.ptCurrentCell.Y >= 0) 4889if (this.ShowEditingIcon != value)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
15038if (this.RowHeadersVisible && this.ShowEditingIcon)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (4)
909if (this.DataGridView.IsCurrentRowDirty && this.DataGridView.ShowEditingIcon) 924if (this.DataGridView.IsCurrentCellDirty && this.DataGridView.ShowEditingIcon) 1055if (this.DataGridView.IsCurrentRowDirty && this.DataGridView.ShowEditingIcon) 1070if (this.DataGridView.IsCurrentCellDirty && this.DataGridView.ShowEditingIcon)