3 references to Properties
System.ServiceModel (3)
System\ServiceModel\Description\MessageDescription.cs (3)
49foreach (MessagePropertyDescription mpd in other.Items.Properties) 51this.Items.Properties.Add(mpd.Clone() as MessagePropertyDescription); 88get { return Items.Properties; }