2 writes to _addDelegate
System.Xaml (2)
System\Xaml\WriterDelegate.cs (2)
21_addDelegate = add; 77_addDelegate = delegate { throw new XamlException(SR.WriterIsClosed); };
8 references to _addDelegate
System.Xaml (8)
System\Xaml\WriterDelegate.cs (8)
31_addDelegate(XamlNodeType.GetObject, null); 37_addDelegate(XamlNodeType.StartObject, xamlType); 43_addDelegate(XamlNodeType.EndObject, null); 49_addDelegate(XamlNodeType.StartMember, member); 55_addDelegate(XamlNodeType.EndMember, null); 61_addDelegate(XamlNodeType.Value, value); 67_addDelegate(XamlNodeType.NamespaceDeclaration, namespaceDeclaration); 76_addDelegate(XamlNodeType.None, XamlNode.InternalNodeType.EndOfStream);