4 references to IsNewItemPropertyKey
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
837row.ClearValue(DataGridRow.IsNewItemPropertyKey); 860row.ClearValue(DataGridRow.IsNewItemPropertyKey);
System\Windows\Controls\DataGridRow.cs (2)
1288internal set { SetValue(IsNewItemPropertyKey, value); } 1301IsNewItemPropertyKey.DependencyProperty;