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