3 references to BeginEdit
PresentationFramework (3)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
639success = this.OwningDataGrid.BeginEdit();
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
242success = this.OwningDataGrid.BeginEdit();
System\Windows\Controls\DataGrid.cs (1)
6755if (BeginEdit())