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