2 writes to _data
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
280if (_data == null) { _data = new ExtendedData(); } 295if (_data == null) { _data = new ExtendedData(); }
12 references to _data
PresentationFramework (12)
System\Windows\Controls\Grid.cs (12)
280if (_data == null) { _data = new ExtendedData(); } 281if (_data.ColumnDefinitions == null) { _data.ColumnDefinitions = new ColumnDefinitionCollection(this); } 283return (_data.ColumnDefinitions); 295if (_data == null) { _data = new ExtendedData(); } 296if (_data.RowDefinitions == null) { _data.RowDefinitions = new RowDefinitionCollection(this); } 298return (_data.RowDefinitions); 668if (_data == null) 776Invariant.Assert(_data != null); 798Invariant.Assert(_data != null); 3245get { return (_data); }