1 write to FirstNonThemableProperty
System.Web (1)
UI\ControlBuilder.cs (1)
3137ParseTimeData.FirstNonThemableProperty = propDesc;
3 references to FirstNonThemableProperty
System.Web (3)
UI\ControlBuilder.cs (3)
3025if ((ParseTimeData.FirstNonThemableProperty != null) && (parentBuilder is FileLevelPageThemeBuilder)) { 3026throw new InvalidOperationException(SR.GetString(SR.Property_theme_disabled, ParseTimeData.FirstNonThemableProperty.Name, ControlType.FullName)); 3126if (InPageTheme && (ParseTimeData.FirstNonThemableProperty == null)) {