5 writes to EffectiveClientIDModeValue
System.Web (5)
UI\Control.cs (5)
197EffectiveClientIDModeValue = ClientIDMode; 200EffectiveClientIDModeValue = NamingContainer.EffectiveClientIDMode; 205EffectiveClientIDModeValue = RuntimeConfig.GetConfig(context).Pages.ClientIDMode; 208EffectiveClientIDModeValue = RuntimeConfig.GetConfig().Pages.ClientIDMode; 1907EffectiveClientIDModeValue = ClientIDMode.Inherit;
5 references to EffectiveClientIDModeValue
System.Web (5)
UI\Control.cs (5)
176if (value != EffectiveClientIDModeValue) { 196if (EffectiveClientIDModeValue == ClientIDMode.Inherit) { 198if (EffectiveClientIDModeValue == ClientIDMode.Inherit) { 213return EffectiveClientIDModeValue; 1612if (EffectiveClientIDModeValue != ClientIDMode.Inherit) {