4 references to GridCollection_MustBeCertainType
PresentationFramework (4)
System\Windows\Controls\ColumnDefinition.cs (2)
593
throw new ArgumentException(SR.Format(SR.
GridCollection_MustBeCertainType
, "ColumnDefinitionCollection", "ColumnDefinition"));
614
throw new ArgumentException(SR.Format(SR.
GridCollection_MustBeCertainType
, "ColumnDefinitionCollection", "ColumnDefinition"));
System\Windows\Controls\RowDefinition.cs (2)
588
throw new ArgumentException(SR.Format(SR.
GridCollection_MustBeCertainType
, "RowDefinitionCollection", "RowDefinition"));
609
throw new ArgumentException(SR.Format(SR.
GridCollection_MustBeCertainType
, "RowDefinitionCollection", "RowDefinition"));