3 writes to _controlType
System.Web (3)
UI\WebParts\BlobPersonalizationState.cs (3)
546info._controlType = controlType; 718extractedInfo._controlType = typeof(UserControl); 722extractedInfo._controlType = control.GetType();
4 references to _controlType
System.Web (4)
UI\WebParts\BlobPersonalizationState.cs (4)
1038items.Add(info._controlType); 1234else if (_controlType == null) { 1239else if (_controlType == typeof(UserControl)) { 1247return _controlType.IsAssignableFrom(c.GetType());