7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
674return LookupNameScopeDictionary((ObjectWriterFrame)_stack.CurrentFrame); 682return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousFrame); 690return LookupNameScopeDictionary((ObjectWriterFrame)_stack.PreviousPreviousFrame); 699return LookupNameScopeDictionary(rootFrame); 823frame.NameScopeDictionary = LookupNameScopeDictionary(parentFrame); 843nameScopeDictionary = LookupNameScopeDictionary(frame); 955topFrame.NameScopeDictionary = LookupNameScopeDictionary(topFrame);