7 references to PropertyName
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\TransactionFlowProperty.cs (7)
42if (message.Properties.ContainsKey(PropertyName)) 43return message.Properties[PropertyName] as TransactionMessageProperty; 50if (!message.Properties.ContainsKey(PropertyName)) 53return ((TransactionMessageProperty)message.Properties[PropertyName]).Transaction; 58if (message.Properties.ContainsKey(PropertyName)) 71message.Properties.Add(PropertyName, property); 78message.Properties.Add(PropertyName, property);