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