8 references to PropertyName
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\TransactionFlowProperty.cs (8)
112if (message.Properties.ContainsKey(PropertyName)) 113return (TransactionFlowProperty)message.Properties[PropertyName]; 116message.Properties.Add(PropertyName, property); 122if (message.Properties.ContainsKey(PropertyName)) 123return message.Properties[PropertyName] as TransactionFlowProperty; 142if (!message.Properties.ContainsKey(PropertyName)) 145return ((TransactionFlowProperty)message.Properties[PropertyName]).Transaction; 163message.Properties.Add(PropertyName, property);