2 references to GridCollection_InOtherCollection
PresentationFramework (2)
System\Windows\Controls\ColumnDefinition.cs (1)
554
throw new ArgumentException(SR.Format(SR.
GridCollection_InOtherCollection
, "value", "ColumnDefinitionCollection"));
System\Windows\Controls\RowDefinition.cs (1)
549
throw new ArgumentException(SR.Format(SR.
GridCollection_InOtherCollection
, "value", "RowDefinitionCollection"));