5 references to IsAttributePresent
System.Xaml (5)
System\Xaml\Schema\Reflector.cs (1)
57
return
IsAttributePresent
(attributeType);
System\Xaml\XamlMember.cs (1)
582
return _reflector.
IsAttributePresent
(typeof(AmbientAttribute));
System\Xaml\XamlType.cs (3)
895
if (_reflector.
IsAttributePresent
(typeof(WhitespaceSignificantCollectionAttribute)))
1129
if (_reflector.
IsAttributePresent
(typeof(AmbientAttribute)))
1237
if (_reflector.
IsAttributePresent
(typeof(TrimSurroundingWhitespaceAttribute)))