21 references to Value
System (3)
sys\system\Media\SoundPlayer.cs (3)
88SetupSoundLocation((string) entry.Value); 91stream = (Stream) entry.Value; 99this.LoadTimeout = (int) entry.Value;
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
41_clientConnectionId = (Guid)siEntry.Value;
System.Drawing (2)
commonui\System\Drawing\Design\ToolboxItem.cs (2)
436propertyNames = entry.Value as string[]; 460Properties[entry.Name] = entry.Value;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
543object obj = serEntry.Value;
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListViewGroup.cs (5)
242Header = (string)entry.Value; 245HeaderAlignment = (HorizontalAlignment)entry.Value; 248Tag = entry.Value; 251count = (int)entry.Value; 254Name = (string) entry.Value;
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (3)
44font = (Font) entry.Value; 48foreColor =(Color)entry.Value; 52backColor = (Color)entry.Value;
winforms\Managed\System\WinForms\TreeNode.cs (1)
1444userData = entry.Value;
System.Xml (5)
System\Xml\Schema\XmlSchemaException.cs (1)
46version = (string)e.Value;
System\Xml\XmlException.cs (2)
56sourceUri = (string)e.Value; 59version = (string)e.Value;
System\Xml\XPath\XPathException.cs (1)
36version = (string)e.Value;
System\Xml\Xslt\XsltException.cs (1)
40version = (string)e.Value;