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