Base:
method
EnsureNoDuplicateNames
System.Xaml.XamlObjectReader.ObjectOrValueMarkupInfo.EnsureNoDuplicateNames(System.Collections.Generic.Stack<System.Collections.Generic.HashSet<System.String>>)
1 override of EnsureNoDuplicateNames
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
228public override void EnsureNoDuplicateNames(Stack<HashSet<string>> namesInCurrentScope)
2 references to EnsureNoDuplicateNames
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
80rootObject.EnsureNoDuplicateNames(namesInCurrentScope); 231base.EnsureNoDuplicateNames(namesInCurrentScope);