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