3 references to IsEvent
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfXamlMember.cs (1)
132Debug.Assert(!IsAttachable && !IsEvent);
System.Xaml (2)
System\Xaml\Parser\XamlAttribute.cs (1)
59else if (Property.IsEvent)
System\Xaml\XamlObjectReader.cs (1)
2315return !property.IsEvent && context.IsPropertyReadVisible(property) &&