3 writes to Event
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
952bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
System\Windows\Markup\BamlRecordReader.cs (1)
5110attribInfo.Event = MapTable.GetRoutedEvent(attribInfo);
System\Windows\Markup\BamlRecordWriter.cs (1)
1384bamlAttributeInfoRecord.Event = xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
946if (null == bamlAttributeInfoRecord.Event) 956return bamlAttributeInfoRecord.Event;
System\Windows\Markup\BamlRecordReader.cs (2)
5104info = attribInfo.Event; 5111info = attribInfo.Event;