2 references to MaxElement
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlMapTable.cs (1)
116
int high = (int)KnownElements.
MaxElement
- 1;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypesHelper.cs (1)
18
private static TypeIndexer _typeIndexer = new TypeIndexer((int)KnownElements.
MaxElement
);