8 references to ElementType
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (8)
1150
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)KnownElements.INameScope].IsAssignableFrom(cc.
ElementType
))
1769
if (_codeContexts.Count > 1 && KnownTypes.Types[(int)KnownElements.INameScope].IsAssignableFrom(cc.
ElementType
))
1924
Type eventTarget = cc != null ? cc.
ElementType
: miEvent.DeclaringType;
1966
return AddCLREvent( cc.
ElementType
, cc, ce, mei );
2182
Type t = ((CodeContext)contexts[i]).
ElementType
;
2199
((CodeContext)_codeContexts.Peek()).
ElementType
.FullName,
3129
Debug.Assert(_ccRoot.
ElementType
== null ||
3130
(memberInfo.DeclaringType.IsAssignableFrom(_ccRoot.
ElementType
) && (memberInfo is PropertyInfo)));