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);