1 write to wrapped
System.Activities (1)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (1)
818this.wrapped = wrapped;
3 references to wrapped
System.Activities (3)
System\Activities\Debugger\XamlDebuggerXmlReader.cs (3)
824return this.wrapped.ShouldSerializeValue(instance); 829return this.wrapped.GetValue(instance); 835this.wrapped.SetValue(instance, value);