4 references to IsNewItemPropertyKey
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
830row.ClearValue(DataGridRow.IsNewItemPropertyKey); 853row.ClearValue(DataGridRow.IsNewItemPropertyKey);
System\Windows\Controls\DataGridRow.cs (2)
1252internal set { SetValue(IsNewItemPropertyKey, value); } 1265IsNewItemPropertyKey.DependencyProperty;