System.Xaml.XamlObjectWriterInternal.XamlObjectWriterInternal C# (CSharp) Method

XamlObjectWriterInternal() public method

public XamlObjectWriterInternal ( XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager ) : System
source XamlObjectWriter
schemaContext XamlSchemaContext
manager XamlWriterStateManager
return System
		public XamlObjectWriterInternal (XamlObjectWriter source, XamlSchemaContext schemaContext, XamlWriterStateManager manager)
			: base (schemaContext, manager)
		{
			this.source = source;
			this.sctx = schemaContext;
		}