7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
676return LookupNameScopeDictionary((ObjectWriterFrame)_stack.CurrentFrame); 684return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousFrame); 692return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousPreviousFrame); 701return LookupNameScopeDictionary(rootFrame); 826frame.NameScopeDictionary = LookupNameScopeDictionary(parentFrame); 845nameScopeDictionary = LookupNameScopeDictionary(frame); 962topFrame.NameScopeDictionary = LookupNameScopeDictionary(topFrame);