1 write to Property
System.Web (1)
Compilation\IImplicitResourceProvider.cs (1)
206implicitResKey.Property = property;
3 references to Property
System.Web (3)
Compilation\IImplicitResourceProvider.cs (1)
212string key = entry.KeyPrefix + "." + entry.Property;
UI\ControlBuilder.cs (2)
2889string fullResourceKey = keyPrefix + "." + entry.Property; 2894string property = entry.Property.Replace('.', '-');