3 references to IsEditingProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
931else if (e.Property == DataGridRow.IsEditingProperty || 1222get { return (bool)GetValue(IsEditingProperty); }
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
309e.Property == DataGridRow.IsEditingProperty ||