4 references to IsNewItemPropertyKey
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
838row.ClearValue(DataGridRow.IsNewItemPropertyKey); 861row.ClearValue(DataGridRow.IsNewItemPropertyKey);
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
1289internal set { SetValue(IsNewItemPropertyKey, value); } 1302IsNewItemPropertyKey.DependencyProperty;