1 instantiation of RowDefinitionCollection
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
285
if (_data.RowDefinitions == null) { _data.RowDefinitions = new
RowDefinitionCollection
(this); }
8 references to RowDefinitionCollection
PresentationFramework (8)
System\Windows\Controls\Grid.cs (4)
280
public
RowDefinitionCollection
RowDefinitions
3311
internal
RowDefinitionCollection
RowDefinitions; // collection of row definitions (logical tree support)
3878
_enumerator1 = new
RowDefinitionCollection
.Enumerator(grid.ExtData != null ? grid.ExtData.RowDefinitions : null);
3950
private
RowDefinitionCollection
.Enumerator _enumerator1;
System\Windows\Controls\RowDefinition.cs (2)
744
internal Enumerator(
RowDefinitionCollection
collection)
877
private
RowDefinitionCollection
_collection; // the collection to be enumerated
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6888
typeof(System.Windows.Controls.
RowDefinitionCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
13129
typeof(System.Windows.Controls.
RowDefinitionCollection
),