1 write to Properties
Microsoft.Build.Framework (1)
XamlTypes\Rule.cs (1)
75Properties = new List<BaseProperty>();
5 references to Properties
Microsoft.Build.Framework (5)
XamlTypes\Rule.cs (5)
497var map = new Dictionary<string, BaseProperty>(this.Properties.Count, StringComparer.OrdinalIgnoreCase); 498foreach (var property in this.Properties) 562if (Properties != null) 565foreach (BaseProperty property in Properties) 594foreach (BaseProperty property in Properties)