1 write to Row
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridRowEventArgs.cs (1)
16Row = row;
9 references to Row
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
1154var row = e.Row; 1185var row = e.Row;
System.Activities.Core.Presentation (3)
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (3)
640if (e.Row.Item != CollectionView.NewItemPlaceholder) 642DynamicArgumentWrapperObject wrapper = e.Row.Item as DynamicArgumentWrapperObject; 643wrapper.Row = e.Row;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
449this.DefaultRowControlTemplate = e.Row.Template; 452if (e.Row.Item == CollectionView.NewItemPlaceholder) 454e.Row.Style = (Style)this.FindResource("defaultNewRowStyle"); 455e.Row.UpdateLayout();