1 write to Type
System.Activities (1)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
406memberData.Type = type;
5 references to Type
System.Activities (5)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (5)
472accessorField.Type = new CodeTypeReference(memberData.Type); 499new CodeCastExpression(memberData.Type, new CodeMethodInvokeExpression( 540accessorProperty.Type = new CodeTypeReference(memberData.Type); 1683valueField.Value.Type, 2317new CodeTypeOfExpression(memberData.Type));