2 writes to _addDelegate
System.Xaml (2)
System\Xaml\WriterDelegate.cs (2)
20_addDelegate = add; 76_addDelegate = delegate { throw new XamlException(SR.WriterIsClosed); };
8 references to _addDelegate
System.Xaml (8)
System\Xaml\WriterDelegate.cs (8)
30_addDelegate(XamlNodeType.GetObject, null); 36_addDelegate(XamlNodeType.StartObject, xamlType); 42_addDelegate(XamlNodeType.EndObject, null); 48_addDelegate(XamlNodeType.StartMember, member); 54_addDelegate(XamlNodeType.EndMember, null); 60_addDelegate(XamlNodeType.Value, value); 66_addDelegate(XamlNodeType.NamespaceDeclaration, namespaceDeclaration); 75_addDelegate(XamlNodeType.None, XamlNode.InternalNodeType.EndOfStream);