7 references to TemplateNotCollected
System.Xaml (7)
System\Xaml\InfosetObjects\DeferredWriter.cs (7)
83throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, methodName)); 117throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndObject")); 153throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteMember")); 174throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteEndMember")); 195throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteValue")); 232throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, "WriteNamespace")); 286throw new XamlInternalException(SR.Format(SR.TemplateNotCollected, nameof(SetLineInfo)));