8 references to PropertyValueInvalidEntry
System.Windows.Forms (8)
System\Windows\Forms\Controls\Labels\LinkArea.LinkAreaConverter.cs (2)
131
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nameof(propertyValues), invalidCast);
135
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nameof(propertyValues), nullRef);
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (2)
150
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, invalidCast);
154
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nullRef);
System\Windows\Forms\DataBinding\ListBindingConverter.cs (2)
93
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, invalidCast);
97
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nullRef);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanelCellPositionTypeConverter.cs (2)
88
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nameof(propertyValues), invalidCast);
92
throw new ArgumentException(SR.
PropertyValueInvalidEntry
, nameof(propertyValues), nullRef);