2 writes to schemaContext
System.Activities (2)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (2)
84this.schemaContext = schemaContext; 114this.schemaContext = underlyingReader.SchemaContext;
3 references to schemaContext
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
189get { return this.schemaContext; } 467startMemberNodeForValue.Member = xamlMemberForValue.ReplaceXamlMemberInvoker(this.schemaContext, newXamlMemberInvoker); 661return new XamlMember(memberName, getter, setter, this.schemaContext, invoker);