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