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