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