11 references to applyTheme
System.Web (11)
UI\ControlBuilder.cs (11)
1476
childObj = controlBuilder.BuildObject(flags[
applyTheme
]);
1512
if (flags[
applyTheme
] != shouldApplyTheme)
1513
flags[
applyTheme
] = shouldApplyTheme;
1547
if (flags[
applyTheme
]) obj = GetThemedObject(obj);
2182
objValue = controlBuilder.BuildObject(flags[
applyTheme
]);
2225
if (entry.Builder.flags[
applyTheme
] != flags[
applyTheme
]) {
2226
entry.Builder.flags[
applyTheme
] = flags[
applyTheme
];
2246
objectValue = controlBuilder.BuildObject(flags[
applyTheme
]);
2473
parameters[0] = controlBuilder.BuildObject(flags[
applyTheme
]);