5 references to Value
System.Web (5)
UI\ObjectStateFormatter.cs (2)
944Debug.Assert(((IndexedString)value).Value != null); 945SerializeIndexedString(writer, ((IndexedString)value).Value);
UI\StateBag.cs (1)
261string key = ((IndexedString)data[i]).Value;
UI\WebParts\BlobPersonalizationState.cs (2)
518string propertyName = ((IndexedString)items[offset++]).Value; 530string propertyName = ((IndexedString)items[offset++]).Value;