3 references to IsEditingProperty
PresentationFramework (3)
System\Windows\Controls\DataGridRow.cs (2)
915
else if (e.Property == DataGridRow.
IsEditingProperty
||
1191
get { return (bool)GetValue(
IsEditingProperty
); }
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
302
e.Property == DataGridRow.
IsEditingProperty
||