text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Invalid FilterMode enumeration value. The value must be one of the defined AutoCompleteFilterMode values to be accepted.
Exception thrown when the FilterMode dependency property is set to a value that does not pass the enum validation step in the property changed handler.
Invalid maximum drop down height value '{0}'. The value must be greater than or equal to zero.
Exception thrown when the MaxDropDownHeight dependency property is seto to a value that is negative.
Invalid MinimumPopulateDelay value '{0}'. The value must be greater than or equal to zero.
Exception thrown when the MinimumPopulateDelay dependency property is changed to a negative value.
Cannot set read-only property SearchText.
Exception thrown when the SearchText property is improperly set.
Cannot perform operation.
Exception thrown by automation peers.
Invalid index value '{0}'
Exception thrown when the index is not within the collection.
Invalid InvalidInputAction value '{0}'
Exception thrown when the InvalidInputAction property is provided an invalid value.
Invalid ExpandDirection value '{0}'.
Exception thrown when the ExpandDirection property is provided an invalid value.
Invalid attempt to change read-only property "{0}."
Exception thrown when a read-only property is changed.
Cannot set read-only property TimeItemsSelection.
Exception thrown when a TimeItemsSelection is being set.
Invalid double value '{0}': valid value is of double type and within decimal range.
Exception thrown when dependency properties are provided an value that's not a valid double value or not in the decimal range.
Invalid Increment value '{0}': valid value is of double type, within decimal range, and positive
Exception thrown when the Increment property is provided an value that's not a double value, or not in decimal range, or is negative or zero.
Invalid DecimalPlaces value '{0}': valid value is of int type and within 0 and 15 inclusive.
Exception thrown when the DecimalPlaces property is provided an value not in the range of 0 and 15 inclusive.
The collection is currently ReadOnly and should not be modified.
Exception thrown when the collection is readonly and was modified.
Invalid maximum drop down height value '{0}'. The value must be greater than or equal to zero.
Exception thrown when the MaxDropDownHeight dependency property is seto to a value that is negative.
Invalid PopupButtonMode value '{0}'.
Exception thrown when the PopupButtonMode is improperly set.
Rating
The localized control type used by the RatingAutomationPeer.
Value must be null or a number between 0 and 1.
Exception thrown when a change is made to an automation peer.
Star
The localized control type name used by the RatingItemAutomationPeer.
Value must be larger than or equal to 0.
Exception thrown when the ItemCount is set to a value smaller than 0.
The RoutedPropertyChangingEvent cannot be canceled.
Exception thrown when setting Cancel property while IsCancelable is false.
Spin action is not valid at this moment.
Exception thrown when spinning in a direction that is not currently valid.
Invalid PopupMinutesInterval '{0}'. The interval can be set to 0 (no interval) to and including 59.
Exception thrown when an invalid interval is set.
Invalid PopupSecondsInterval '{0}'.The interval can be set to 0 (no interval) to and including 59.
Exception thrown when an invalid interval is set.
Cannot set the PopupProperty in a style. Please use PopupTemplate.
Exception thrown when the PopupProperty is set in a style.
Invalid PopupTimeSelectionMode for this popup, value '{0}'.
Exception thrown by a TimePickerPopup if it does not support the selected PopupTimeSelectionMode.
Cannot set read-only property TimeHintContent.
Exception thrown when the TimeHintContent property is improperly set.
'{0}' cannot convert from '{1}'.
Exception thrown when a type converter is asked to convert something it cannot.
'{0}' is unable to convert '{1}' to '{2}'.
Exception thrown when a type converter fails to convert a value to another type.
Cannot parse text '{0}'
Exception thrown when the text supplied cannot be parsed.