2 instantiations of BamlEventNode
PresentationFramework (2)
MS\Internal\Globalization\BamlResourceDeserializer.cs (1)
115
BamlTreeNode bamlNode = new
BamlEventNode
(_reader.Name, _reader.Value);
MS\Internal\Globalization\BamlTreeNode.cs (1)
941
return new
BamlEventNode
(_eventName, _handlerName);