2 writes to _data
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
269if (_data == null) { _data = new ExtendedData(); } 284if (_data == null) { _data = new ExtendedData(); }
12 references to _data
PresentationFramework (12)
System\Windows\Controls\Grid.cs (12)
269if (_data == null) { _data = new ExtendedData(); } 270if (_data.ColumnDefinitions == null) { _data.ColumnDefinitions = new ColumnDefinitionCollection(this); } 272return (_data.ColumnDefinitions); 284if (_data == null) { _data = new ExtendedData(); } 285if (_data.RowDefinitions == null) { _data.RowDefinitions = new RowDefinitionCollection(this); } 287return (_data.RowDefinitions); 657if (_data == null) 765Invariant.Assert(_data != null); 787Invariant.Assert(_data != null); 3235get { return (_data); }