3 references to TableCollectionElementTypeExpected
PresentationFramework (3)
MS\Internal\Documents\ContentElementCollection.cs (2)
455throw new ArgumentException(SR.Format(SR.TableCollectionElementTypeExpected, typeof(TItem).Name), nameof(value)); 509throw new ArgumentException(SR.Format(SR.TableCollectionElementTypeExpected, typeof(TItem).Name), nameof(value));
System\Windows\Documents\TableColumnCollection.cs (1)
278throw new ArgumentException(SR.Format(SR.TableCollectionElementTypeExpected, nameof(TableColumn)), nameof(value));