7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
665return LookupNameScopeDictionary((ObjectWriterFrame)_stack.CurrentFrame); 673return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousFrame); 681return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousPreviousFrame); 690return LookupNameScopeDictionary(rootFrame); 811frame.NameScopeDictionary = LookupNameScopeDictionary(parentFrame); 830nameScopeDictionary = LookupNameScopeDictionary(frame); 939topFrame.NameScopeDictionary = LookupNameScopeDictionary(topFrame);