41 references to Value
mscorlib (22)
system\datetime.cs (2)
388serializedTicks = Convert.ToInt64(enumerator.Value, CultureInfo.InvariantCulture); 392serializedDateData = Convert.ToUInt64(enumerator.Value, CultureInfo.InvariantCulture);
system\runtime\remoting\callcontext.cs (5)
333m_RemotingData = (CallContextRemotingData) e.Value; 339m_SecurityData = (CallContextSecurityData) e.Value; 348m_HostContext = e.Value; 352m_IsCorrelationMgr = (bool)e.Value; 356Datastore[e.Name] = e.Value;
system\runtime\remoting\message.cs (3)
2983FillHeader(siEnum.Name, siEnum.Value); 4330fault = (Exception)e.Value; 4334FillHeader(e.Name, e.Value);
system\runtime\remoting\objref.cs (9)
476uri = (String) e.Value; 480typeInfo = (IRemotingTypeInfo) e.Value; 484envoyInfo = (IEnvoyInfo) e.Value; 488channelInfo = (IChannelInfo) e.Value; 492Object o = e.Value; 505Object o = e.Value; 516url = (String)e.Value; 520SetServerIdentity((GCHandle)e.Value); 524SetDomainID((int)e.Value);
system\runtime\serialization\formatters\binary\binaryobjectinfo.cs (1)
293memberData[i] = siEnum.Value;
system\runtime\serialization\formatters\soapfault.cs (1)
58Object value = siEnum.Value;
system\threading\executioncontext.cs (1)
1355_logicalCallContext = (LogicalCallContext) e.Value;
System.Data (6)
fx\src\data\System\Data\DataSet.cs (5)
161remotingFormat = (SerializationFormat)e.Value; 176schemaSerializationMode = (SchemaSerializationMode)e.Value; 212remotingFormat = (SerializationFormat)e.Value; 233remotingFormat = (SerializationFormat)e.Value; 236schemaSerializationMode = (SchemaSerializationMode)e.Value;
fx\src\data\System\Data\DataTable.cs (1)
218remotingFormat = (SerializationFormat)e.Value;
System.Drawing (7)
commonui\System\Drawing\Advanced\Font.cs (6)
100name = (string) sie.Value; 103if (sie.Value is System.String) 105size = (float) sc.ConvertFrom(sie.Value); 109size = (float) sie.Value; 113style = (FontStyle) sie.Value; 115unit = (GraphicsUnit) sie.Value;
commonui\System\Drawing\Image.cs (1)
97byte[] dat = (byte[])sie.Value;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (2)
6639byte[] dat = (byte[])sie.Value; 6652byte[] dat = (byte[])sie.Value;
winforms\Managed\System\WinForms\Cursor.cs (2)
61cursorData = (byte[])sie.Value; 67LoadFromResourceId((int)sie.Value);
winforms\Managed\System\WinForms\ImageListStreamer.cs (1)
58byte[] dat = (byte[])sie.Value;
System.Workflow.Activities (1)
LocalService\LogicalCallContext.cs (1)
34this.identity = (String)enumerator.Value;