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