2 writes to _data
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
280
if (_data == null) {
_data
= new ExtendedData(); }
295
if (_data == null) {
_data
= new ExtendedData(); }
12 references to _data
PresentationFramework (12)
System\Windows\Controls\Grid.cs (12)
280
if (
_data
== null) { _data = new ExtendedData(); }
281
if (
_data
.ColumnDefinitions == null) {
_data
.ColumnDefinitions = new ColumnDefinitionCollection(this); }
283
return (
_data
.ColumnDefinitions);
295
if (
_data
== null) { _data = new ExtendedData(); }
296
if (
_data
.RowDefinitions == null) {
_data
.RowDefinitions = new RowDefinitionCollection(this); }
298
return (
_data
.RowDefinitions);
668
if (
_data
== null)
776
Invariant.Assert(
_data
!= null);
798
Invariant.Assert(
_data
!= null);
3245
get { return (
_data
); }