9 references to Enum_Invalid
PresentationCore (9)
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
181
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, nameof(actions)));
237
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, nameof(actions)));
System\Windows\Input\Stylus\Common\RawStylusSystemGestureInputReport.cs (1)
157
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, nameof(systemGesture)));
System\Windows\Input\Stylus\Common\StylusSystemGestureEventArgs.cs (2)
35
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, "systemGesture"));
77
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, "systemGesture"));
System\Windows\Media\Animation\ClockController.cs (2)
156
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, "TimeSeekOrigin"));
198
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, "TimeSeekOrigin"));
System\Windows\Media\Animation\TimeManager.cs (1)
257
throw new InvalidEnumArgumentException(SR.Format(SR.
Enum_Invalid
, "TimeSeekOrigin"));
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
48
throw new ArgumentException(SR.Format(SR.
Enum_Invalid
, typeof(TextMarkerStyle)), nameof(style));