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