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