3 writes to Event
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
944bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
System\Windows\Markup\BamlRecordReader.cs (1)
5101attribInfo.Event = MapTable.GetRoutedEvent(attribInfo);
System\Windows\Markup\BamlRecordWriter.cs (1)
1381bamlAttributeInfoRecord.Event = xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (2)
938if (null == bamlAttributeInfoRecord.Event) 948return bamlAttributeInfoRecord.Event;
System\Windows\Markup\BamlRecordReader.cs (2)
5095info = attribInfo.Event; 5102info = attribInfo.Event;