5 references to IsAttributePresent
System.Xaml (5)
System\Xaml\Schema\Reflector.cs (1)
59return IsAttributePresent(attributeType);
System\Xaml\XamlMember.cs (1)
585return _reflector.IsAttributePresent(typeof(AmbientAttribute));
System\Xaml\XamlType.cs (3)
898if (_reflector.IsAttributePresent(typeof(WhitespaceSignificantCollectionAttribute))) 1132if (_reflector.IsAttributePresent(typeof(AmbientAttribute))) 1240if (_reflector.IsAttributePresent(typeof(TrimSurroundingWhitespaceAttribute)))