51 references to Name
System (1)
sys\system\Media\SoundPlayer.cs (1)
86
switch (entry.
Name
) {
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlException.cs (1)
40
if ("ClientConnectionId" == siEntry.
Name
) {
System.Drawing (3)
commonui\System\Drawing\Design\ToolboxItem.cs (3)
435
if (entry.
Name
.Equals("PropertyNames")) {
459
if (validName.Equals(entry.
Name
)) {
460
Properties[entry.
Name
] = entry.Value;
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlObjectSerializerWriteContext.cs (1)
541
XmlDictionaryString name = DataContract.GetClrTypeString(DataContract.EncodeLocalName(serEntry.
Name
));
System.Windows.Forms (41)
winforms\Managed\System\WinForms\ListViewGroup.cs (5)
241
if (entry.
Name
== "Header") {
244
else if (entry.
Name
== "HeaderAlignment") {
247
else if (entry.
Name
== "Tag") {
250
else if (entry.
Name
== "ItemsCount") {
253
else if (entry.
Name
== "Name") {
winforms\Managed\System\WinForms\ListViewItem.cs (20)
1255
if (entry.
Name
== "Text") {
1256
Text = info.GetString(entry.
Name
);
1258
else if (entry.
Name
== "ImageIndex") {
1259
imageIndex = info.GetInt32(entry.
Name
);
1261
else if (entry.
Name
== "ImageKey") {
1262
imageKey = info.GetString(entry.
Name
);
1264
else if (entry.
Name
== "SubItemCount") {
1265
SubItemCount = info.GetInt32(entry.
Name
);
1272
else if (entry.
Name
== "BackColor") {
1273
BackColor = (Color)info.GetValue(entry.
Name
, typeof(Color));
1275
else if (entry.
Name
== "Checked") {
1276
Checked = info.GetBoolean(entry.
Name
);
1278
else if (entry.
Name
== "Font") {
1279
Font = (Font)info.GetValue(entry.
Name
, typeof(Font));
1281
else if (entry.
Name
== "ForeColor") {
1282
ForeColor = (Color)info.GetValue(entry.
Name
, typeof(Color));
1284
else if (entry.
Name
== "UseItemStyleForSubItems") {
1285
UseItemStyleForSubItems = info.GetBoolean(entry.
Name
);
1287
else if (entry.
Name
== "Group") {
1288
ListViewGroup group = (ListViewGroup) info.GetValue(entry.
Name
, typeof(ListViewGroup));
winforms\Managed\System\WinForms\OwnerDrawPropertyBag.cs (3)
42
if (entry.
Name
== "Font") {
46
else if (entry.
Name
=="ForeColor") {
50
else if (entry.
Name
=="BackColor") {
winforms\Managed\System\WinForms\TreeNode.cs (13)
1405
switch (entry.
Name
) {
1408
propBag = (OwnerDrawPropertyBag)serializationInfo.GetValue(entry.
Name
, typeof(OwnerDrawPropertyBag));
1411
Text = serializationInfo.GetString(entry.
Name
);
1414
ToolTipText = serializationInfo.GetString(entry.
Name
);
1417
Name = serializationInfo.GetString(entry.
Name
);
1420
CheckedStateInternal = serializationInfo.GetBoolean(entry.
Name
);
1423
imageIndex = serializationInfo.GetInt32(entry.
Name
);
1426
selectedImageIndex = serializationInfo.GetInt32(entry.
Name
);
1429
imageKey = serializationInfo.GetString(entry.
Name
);
1432
selectedImageKey= serializationInfo.GetString(entry.
Name
);
1435
stateImageKey = serializationInfo.GetString(entry.
Name
);
1438
stateImageIndex = serializationInfo.GetInt32(entry.
Name
);
1441
childCount = serializationInfo.GetInt32(entry.
Name
);
System.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (1)
45
if ( e.
Name
== "version" ) {
System\Xml\XmlException.cs (1)
54
switch ( e.
Name
) {
System\Xml\XPath\XPathException.cs (1)
35
if ( e.
Name
== "version" ) {
System\Xml\Xslt\XsltException.cs (1)
39
if ( e.
Name
== "version" ) {