3 references to TextElementCollection_TextElementTypeExpected
PresentationFramework (3)
System\Windows\Documents\TextElementCollection.cs (3)
398
throw new ArgumentException(SR.Format(SR.
TextElementCollection_TextElementTypeExpected
, typeof(TextElementType).Name), nameof(value));
453
throw new ArgumentException(SR.Format(SR.
TextElementCollection_TextElementTypeExpected
, typeof(TextElementType).Name), nameof(value));
564
throw new ArgumentException(SR.Format(SR.
TextElementCollection_TextElementTypeExpected
, typeof(TextElementType).Name), nameof(value));