2 writes to _data
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
268if (_data == null) { _data = new ExtendedData(); } 283if (_data == null) { _data = new ExtendedData(); }
12 references to _data
PresentationFramework (12)
System\Windows\Controls\Grid.cs (12)
268if (_data == null) { _data = new ExtendedData(); } 269if (_data.ColumnDefinitions == null) { _data.ColumnDefinitions = new ColumnDefinitionCollection(this); } 271return (_data.ColumnDefinitions); 283if (_data == null) { _data = new ExtendedData(); } 284if (_data.RowDefinitions == null) { _data.RowDefinitions = new RowDefinitionCollection(this); } 286return (_data.RowDefinitions); 656if (_data == null) 758Invariant.Assert(_data != null); 780Invariant.Assert(_data != null); 3228get { return (_data); }