7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
672return LookupNameScopeDictionary((ObjectWriterFrame)_stack.CurrentFrame); 680return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousFrame); 688return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousPreviousFrame); 697return LookupNameScopeDictionary(rootFrame); 821frame.NameScopeDictionary = LookupNameScopeDictionary(parentFrame); 841nameScopeDictionary = LookupNameScopeDictionary(frame); 953topFrame.NameScopeDictionary = LookupNameScopeDictionary(topFrame);