2 writes to NextMemberIndex
System.Activities (2)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (2)
427contextDescriptor.NextMemberIndex++; 2134NextMemberIndex = GetStartMemberIndex()
6 references to NextMemberIndex
System.Activities (6)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (6)
408memberData.Index = contextDescriptor.NextMemberIndex; 2161return this.compiledDataContexts.Peek().NextMemberIndex; 2223new CodePrimitiveExpression(descriptor.NextMemberIndex) 2238if (descriptor.NextMemberIndex > 0) 2247new CodePrimitiveExpression(descriptor.NextMemberIndex))) 2254new CodePrimitiveExpression(descriptor.NextMemberIndex));