9 references to InPageTheme
System.Web (9)
UI\ControlBuilder.cs (6)
1073
if (
InPageTheme
) {
1963
if (
InPageTheme
) {
2689
else if ((CompilationMode == CompilationMode.Never ||
InPageTheme
) &&
2724
if (
InPageTheme
&& !isTwoWayBindingStatement) {
2745
if (
InPageTheme
) {
3126
if (
InPageTheme
&& (ParseTimeData.FirstNonThemableProperty == null)) {
UI\PageTheme.cs (1)
47
if (
InPageTheme
&& !ThemeableAttribute.IsTypeThemeable(subBuilder.ControlType)) {
UI\TemplateBuilder.cs (2)
93
if (
InPageTheme
&& ParentBuilder != null && ParentBuilder.IsControlSkin) {
101
if (
InPageTheme
&& ParentBuilder != null && ParentBuilder.IsControlSkin) {