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