3 writes to IsEditing
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2275cell.RowOwner.IsEditing = true; 3737cell.RowOwner.IsEditing = false;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
463IsEditing = false;
8 references to IsEditing
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2408if (!cell.RowOwner.IsEditing) 2569if (!cell.RowOwner.IsEditing)
src\Framework\System\Windows\Controls\DataGridRow.cs (3)
213if (IsSelected || IsEditing) // this is slightly different than SL because they assume if it's editing it will be selected. 217if (IsEditing) 460if (IsEditing)
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
430return row.IsEditing;
System.Activities.Core.Presentation (2)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
183if (args.Key == Key.Escape && !row.IsEditing && this.ParentDialog != null)
System\Activities\Presentation\TypeCollectionDesigner.xaml.cs (1)
121if (args.Key == Key.Escape && !row.IsEditing && this.ParentDialog != null)