4 references to IsNewItemPropertyKey
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (2)
834row.ClearValue(DataGridRow.IsNewItemPropertyKey); 857row.ClearValue(DataGridRow.IsNewItemPropertyKey);
System\Windows\Controls\DataGridRow.cs (2)
1284internal set { SetValue(IsNewItemPropertyKey, value); } 1297IsNewItemPropertyKey.DependencyProperty;