3 writes to Event
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
962bamlAttributeInfoRecord.Event = XamlTypeMapper.RoutedEventFromName(bamlAttributeInfoRecord.Name,ownerType);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5166attribInfo.Event = MapTable.GetRoutedEvent(attribInfo);
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1393bamlAttributeInfoRecord.Event = xamlRoutedEventNode.Event; // set the table value
4 references to Event
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
956if (null == bamlAttributeInfoRecord.Event) 966return bamlAttributeInfoRecord.Event;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5160info = attribInfo.Event; 5167info = attribInfo.Event;