8 references to ElementType
PresentationBuildTasks (8)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (8)
1160
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)KnownElements.INameScope].IsAssignableFrom(cc.
ElementType
))
1719
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)KnownElements.INameScope].IsAssignableFrom(cc.
ElementType
))
1874
Type eventTarget = cc != null ? cc.
ElementType
: miEvent.DeclaringType;
1917
return AddCLREvent( cc.
ElementType
, cc, ce, mei );
2134
Type t = ((CodeContext)contexts[i]).
ElementType
;
2151
((CodeContext)_codeContexts.Peek()).
ElementType
.FullName,
3058
Debug.Assert(_ccRoot.
ElementType
== null ||
3059
(memberInfo.DeclaringType.IsAssignableFrom(_ccRoot.
ElementType
) && (memberInfo is PropertyInfo)));