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