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