21 references to Value
System (3)
sys\system\Media\SoundPlayer.cs (3)
88
SetupSoundLocation((string) entry.
Value
);
91
stream = (Stream) entry.
Value
;
99
this.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)
436
propertyNames = entry.
Value
as string[];
460
Properties[entry.Name] = entry.
Value
;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
543
object obj = serEntry.
Value
;
System.Windows.Forms (9)
winforms\Managed\System\WinForms\ListViewGroup.cs (5)
242
Header = (string)entry.
Value
;
245
HeaderAlignment = (HorizontalAlignment)entry.
Value
;
248
Tag = entry.
Value
;
251
count = (int)entry.
Value
;
254
Name = (string) entry.
Value
;
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (3)
44
font = (Font) entry.
Value
;
48
foreColor =(Color)entry.
Value
;
52
backColor = (Color)entry.
Value
;
winforms\Managed\System\WinForms\TreeNode.cs (1)
1444
userData = entry.
Value
;
System.Xml (5)
System\Xml\Schema\XmlSchemaException.cs (1)
46
version = (string)e.
Value
;
System\Xml\XmlException.cs (2)
56
sourceUri = (string)e.
Value
;
59
version = (string)e.
Value
;
System\Xml\XPath\XPathException.cs (1)
36
version = (string)e.
Value
;
System\Xml\Xslt\XsltException.cs (1)
40
version = (string)e.
Value
;