7 references to EventSetter
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
961
CodeVariableDeclarationStatement cvdsES = new CodeVariableDeclarationStatement(KnownTypes.Types[(int)KnownElements.
EventSetter
], EVENTSETTER);
970
new CodeObjectCreateExpression(KnownTypes.Types[(int)KnownElements.
EventSetter
],
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
4962
case KnownElements.
EventSetter
: t = _asmFramework.GetType("System.Windows.EventSetter"); break;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (4)
696
if (xamlElementStartNode.ElementType == KnownTypes.Types[(int)KnownElements.
EventSetter
])
1233
string assemblyName = KnownTypes.Types[(int)KnownElements.
EventSetter
].Assembly.FullName;
1240
KnownTypes.Types[(int)KnownElements.
EventSetter
].FullName,
1241
KnownTypes.Types[(int)KnownElements.
EventSetter
],