3 references to WriterDelegate
System.Xaml (3)
System\Xaml\XamlBackgroundReader.cs (1)
60_writer = new WriterDelegate(xamlNodeAddDelegate, lineInfoAddDelegate, _wrappedReader.SchemaContext);
System\Xaml\XamlNodeList.cs (1)
44_writer = new WriterDelegate(Add, AddLineInfo, schemaContext);
System\Xaml\XamlNodeQueue.cs (1)
27_writer = new WriterDelegate(Add, AddLineInfo, schemaContext);