33 references to Collection_BadRank
PresentationCore (33)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
720throw new ArgumentException(SR.Collection_BadRank);
MS\Internal\FontFace\TypefaceCollection.cs (1)
61throw new ArgumentException(SR.Collection_BadRank);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SequentialUshortCollection.cs (1)
40throw new ArgumentException(SR.Collection_BadRank);
System\Windows\FreezableCollection.cs (1)
481throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Generated\TextDecorationCollection.cs (1)
393throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
392throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
395throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Fonts.cs (1)
315throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\DoubleCollection.cs (1)
367throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\DrawingCollection.cs (1)
414throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
402throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\GeometryCollection.cs (1)
414throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\GradientStopCollection.cs (1)
402throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\Int32Collection.cs (1)
367throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\PathFigureCollection.cs (1)
403throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\PathSegmentCollection.cs (1)
402throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\PointCollection.cs (1)
367throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\TextEffectCollection.cs (1)
402throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\TransformCollection.cs (1)
414throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Generated\VectorCollection.cs (1)
367throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\GlyphTypeface.cs (2)
1813throw new ArgumentException(SR.Collection_BadRank); 1898throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media\Imaging\BitmapSource.cs (1)
643throw new ArgumentException(SR.Collection_BadRank, nameof(pixels));
System\Windows\Media\Imaging\CachedBitmap.cs (1)
116throw new ArgumentException(SR.Collection_BadRank, nameof(pixels));
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1108throw new ArgumentException(SR.Collection_BadRank, backwardsCompat ? "pixels" : "sourceBuffer");
System\Windows\Media\VisualCollection.cs (1)
174throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
400throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
412throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
412throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
365throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
412throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
365throw new ArgumentException(SR.Collection_BadRank);
System\Windows\Media3D\Visual3DCollection.cs (1)
159throw new ArgumentException(SR.Collection_BadRank);