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