3 instantiations of SimplePropertyEntry
System.Web (3)
UI\ControlBuilder.cs (3)
987
SimplePropertyEntry entry = new
SimplePropertyEntry
();
1117
SimplePropertyEntry entry = new
SimplePropertyEntry
();
3045
SimplePropertyEntry entry = new
SimplePropertyEntry
();
14 references to SimplePropertyEntry
System.Web (14)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (3)
410
foreach (
SimplePropertyEntry
pseSub in builder.SimplePropertyEntries) {
1683
if (pse is
SimplePropertyEntry
) {
1684
value = (string)((
SimplePropertyEntry
)pse).Value;
Compilation\PageThemeCodeDomTreeGenerator.cs (3)
276
if (pse is
SimplePropertyEntry
) {
277
SimplePropertyEntry
spse = (
SimplePropertyEntry
)pse;
UI\ControlBuilder.cs (7)
143
let simplePropertyEntry = propertyEntry as
SimplePropertyEntry
938
!(entry is
SimplePropertyEntry
)) {
987
SimplePropertyEntry
entry = new SimplePropertyEntry();
1117
SimplePropertyEntry
entry = new SimplePropertyEntry();
2149
foreach (
SimplePropertyEntry
entry in entries) {
2154
internal void SetSimpleProperty(
SimplePropertyEntry
entry, object obj) {
3045
SimplePropertyEntry
entry = new SimplePropertyEntry();
UI\SkinBuilder.cs (1)
120
foreach (
SimplePropertyEntry
entry in entries) {