7 references to MissingCase
System.Xaml (7)
System\Xaml\InfosetObjects\DeferredWriter.cs (7)
104throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), methodName)); 133throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteEndObject")); 161throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteMember")); 182throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteEndMember")); 220throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteValue")); 245throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), "WriteNamespace")); 301throw new XamlInternalException(SR.Format(SR.MissingCase, _mode.ToString(), nameof(SetLineInfo)));