2 writes to _data
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
271if (_data == null) { _data = new ExtendedData(); } 286if (_data == null) { _data = new ExtendedData(); }
12 references to _data
PresentationFramework (12)
System\Windows\Controls\Grid.cs (12)
271if (_data == null) { _data = new ExtendedData(); } 272if (_data.ColumnDefinitions == null) { _data.ColumnDefinitions = new ColumnDefinitionCollection(this); } 274return (_data.ColumnDefinitions); 286if (_data == null) { _data = new ExtendedData(); } 287if (_data.RowDefinitions == null) { _data.RowDefinitions = new RowDefinitionCollection(this); } 289return (_data.RowDefinitions); 659if (_data == null) 767Invariant.Assert(_data != null); 789Invariant.Assert(_data != null); 3236get { return (_data); }