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