1 instantiation of RowDefinitionCollection
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
284
if (_data.RowDefinitions == null) { _data.RowDefinitions = new
RowDefinitionCollection
(this); }
8 references to RowDefinitionCollection
PresentationFramework (8)
System\Windows\Controls\Grid.cs (4)
279
public
RowDefinitionCollection
RowDefinitions
3304
internal
RowDefinitionCollection
RowDefinitions; // collection of row definitions (logical tree support)
3871
_enumerator1 = new
RowDefinitionCollection
.Enumerator(grid.ExtData?.RowDefinitions);
3943
private
RowDefinitionCollection
.Enumerator _enumerator1;
System\Windows\Controls\RowDefinition.cs (2)
743
internal Enumerator(
RowDefinitionCollection
collection)
876
private
RowDefinitionCollection
_collection; // the collection to be enumerated
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6887
typeof(System.Windows.Controls.
RowDefinitionCollection
), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
13128
typeof(System.Windows.Controls.
RowDefinitionCollection
),