3 references to IStyleConnector
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (2)
874
PrivateImplementationType = new CodeTypeReference(KnownTypes.Types[(int)KnownElements.
IStyleConnector
])
1076
_ccRoot.CodeClass.BaseTypes.Add(KnownTypes.Types[(int)KnownElements.
IStyleConnector
].FullName);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (1)
5457
case KnownElements.
IStyleConnector
: t = _asmFramework.GetType("System.Windows.Markup.IStyleConnector"); break;