7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
668return LookupNameScopeDictionary((ObjectWriterFrame)_stack.CurrentFrame); 676return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousFrame); 684return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousPreviousFrame); 693return LookupNameScopeDictionary(rootFrame); 814frame.NameScopeDictionary = LookupNameScopeDictionary(parentFrame); 833nameScopeDictionary = LookupNameScopeDictionary(frame); 942topFrame.NameScopeDictionary = LookupNameScopeDictionary(topFrame);