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