56 references to
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
514
if (content.Attributes
[
BackgroundAttributeName] != null)
515
backgroundColor = GetColor(content.Attributes
[
BackgroundAttributeName].Value);
516
if (content.Attributes
[
ActiveBackgroundAttributeName] != null)
517
activeBackgroundColor = GetColor(content.Attributes
[
ActiveBackgroundAttributeName].Value);
System.Data.Services.Design (4)
System\Data\EntityModel\DataServiceBuildProvider.cs (4)
441
string edmxSchemaFileName = node.Attributes
[
"FileName"].Value;
442
string metadataType = node.Attributes
[
"MetadataType"].Value;
475
XmlAttribute nameAttribute = p.Attributes
[
"Name"];
476
XmlAttribute valueAttribute = p.Attributes
[
"Value"];
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
244
XmlAttribute millisecondsAttribute = wsrmNode.Attributes
[
ReliableSessionPolicyStrings.Milliseconds];
System\ServiceModel\Description\WsdlImporter.cs (2)
1341
wsdlBindingQName = new XmlQualifiedName(policy.Attributes
[
bindingAttrName].Value, policy.Attributes
[
bindingAttrNamespace].Value);
System.Web (3)
Configuration\HandlerBase.cs (1)
161
XmlAttribute attr = node.Attributes
[
attrib];
UI\WebControls\XmlDataSourceNodeDescriptor.cs (1)
141
XmlAttribute attr = attrs
[
_name];
UI\WebControls\XmlHierarchyData.cs (1)
237
XmlAttribute attr = attrs
[
_name];
System.Web.DataVisualization (5)
Common\Utilities\XmlSerializer.cs (5)
1843
currentNode.Attributes
[
"_Template_"] != null)
2029
xmlParentNode.FirstChild.Attributes
[
"_Template_"] != null)
2041
string templateString = childNode.Attributes
[
"_Template_"].Value;
2097
if (childNode.Attributes
[
"Name"] != null)
2099
itemName = childNode.Attributes
[
"Name"].Value;
System.Web.Mobile (29)
UI\MobileControls\Design\Util\WebConfigManager.cs (29)
131
if (childNode.Attributes
[
"name"] == null ||
132
childNode.Attributes
[
"name"].Value == null ||
133
childNode.Attributes
[
"name"].Value.Length == 0)
138
String filterName = childNode.Attributes
[
"name"].Value;
265
if (_xmlNode.Attributes
[
"type"] != null)
269
_xmlNode.Attributes
[
"argument"] == null && _xmlNode.Attributes
[
"compare"] == null,
278
_xmlNode.Attributes
[
"type"] == null && _xmlNode.Attributes
[
"method"] == null,
283
_name = _xmlNode.Attributes
[
"name"] == null?
284
null : _xmlNode.Attributes
[
"name"].Value;
286
_compare = _xmlNode.Attributes
[
"compare"] == null?
287
null : _xmlNode.Attributes
[
"compare"].Value;
289
_argument = _xmlNode.Attributes
[
"argument"] == null?
290
null : _xmlNode.Attributes
[
"argument"].Value;
292
_type = _xmlNode.Attributes
[
"type"] == null?
293
null : _xmlNode.Attributes
[
"type"].Value;
295
_method = _xmlNode.Attributes
[
"method"] == null?
296
null : _xmlNode.Attributes
[
"method"].Value;
313
if (_xmlNode.Attributes
[
"name"] == null)
317
_xmlNode.Attributes
[
"name"].Value = Name;
326
if (_xmlNode.Attributes
[
"compare"] == null)
330
_xmlNode.Attributes
[
"compare"].Value = Compare;
332
if (_xmlNode.Attributes
[
"argument"] == null)
336
_xmlNode.Attributes
[
"argument"].Value = Argument;
346
if (_xmlNode.Attributes
[
"type"] == null)
350
_xmlNode.Attributes
[
"type"].Value = Type;
352
if (_xmlNode.Attributes
[
"method"] == null)
356
_xmlNode.Attributes
[
"method"].Value = Method;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
1560
requiredAttr = element.Attributes
[
"required"];
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (1)
138
XmlAttribute attr = node.Attributes
[
attribute];
System.Windows.Forms.DataVisualization (5)
Common\Utilities\XmlSerializer.cs (5)
1843
currentNode.Attributes
[
"_Template_"] != null)
2029
xmlParentNode.FirstChild.Attributes
[
"_Template_"] != null)
2041
string templateString = childNode.Attributes
[
"_Template_"].Value;
2097
if (childNode.Attributes
[
"Name"] != null)
2099
itemName = childNode.Attributes
[
"Name"].Value;
System.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
256
return Attributes
[
name];