8 references to PropertyName
System.ServiceModel (8)
System\ServiceModel\Channels\TransactionFlowProperty.cs (8)
120if (message.Properties.ContainsKey(PropertyName)) 121return (TransactionFlowProperty)message.Properties[PropertyName]; 124message.Properties.Add(PropertyName, property); 130if (message.Properties.ContainsKey(PropertyName)) 131return message.Properties[PropertyName] as TransactionFlowProperty; 151if (!message.Properties.ContainsKey(PropertyName)) 154return ((TransactionFlowProperty)message.Properties[PropertyName]).Transaction; 181message.Properties.Add(PropertyName, property);