7 references to TemplateNotCollected
System.Xaml (7)
System\Xaml\InfosetObjects\DeferredWriter.cs (7)
81throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, methodName)); 116throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndObject")); 154throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteMember")); 175throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndMember")); 196throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteValue")); 234throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteNamespace")); 288throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, nameof(SetLineInfo)));