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