2 instantiations of XamlClrEventNode
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
521XamlClrEventNode eventNode = new XamlClrEventNode(
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
950AddNodeToCollection(new XamlClrEventNode(LineNumber, LinePosition, XmlReader.Depth,
9 references to XamlClrEventNode
PresentationBuildTasks (9)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
925internal void ConnectStyleEvent(XamlClrEventNode xamlClrEventNode)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
542public override void WriteClrEvent(XamlClrEventNode xamlClrEventNode)
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1274internal void WriteClrEvent(XamlClrEventNode xamlClrEventNode)
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
521XamlClrEventNode eventNode = new XamlClrEventNode( 1208public override void WriteClrEvent(XamlClrEventNode xamlClrEventNode)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1339public override void WriteClrEvent(XamlClrEventNode xamlClrEventNode)
Framework\System\Windows\Markup\XamlParser.cs (3)
397XamlClrEventNode xamlClrEventNode = 398(XamlClrEventNode) xamlNode; 797public virtual void WriteClrEvent(XamlClrEventNode xamlClrEventNode)