3 instantiations of WriterDelegate
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (1)
62
_writer = new
WriterDelegate
(xamlNodeAddDelegate, lineInfoAddDelegate, _wrappedReader.SchemaContext);
System\Xaml\XamlNodeList.cs (1)
45
_writer = new
WriterDelegate
(Add, AddLineInfo, schemaContext);
System\Xaml\XamlNodeQueue.cs (1)
28
_writer = new
WriterDelegate
(Add, AddLineInfo, schemaContext);