5 references to IsAttributePresent
System.Xaml (5)
System\Xaml\Schema\Reflector.cs (1)
58return IsAttributePresent(attributeType);
System\Xaml\XamlMember.cs (1)
610return _reflector.IsAttributePresent(typeof(AmbientAttribute));
System\Xaml\XamlType.cs (3)
957if (_reflector.IsAttributePresent(typeof(WhitespaceSignificantCollectionAttribute))) 1210if (_reflector.IsAttributePresent(typeof(AmbientAttribute))) 1326if (_reflector.IsAttributePresent(typeof(TrimSurroundingWhitespaceAttribute)))