7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
668
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.CurrentFrame);
676
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.PreviousFrame);
684
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.PreviousPreviousFrame);
693
return
LookupNameScopeDictionary
(rootFrame);
814
frame.NameScopeDictionary =
LookupNameScopeDictionary
(parentFrame);
833
nameScopeDictionary =
LookupNameScopeDictionary
(frame);
942
topFrame.NameScopeDictionary =
LookupNameScopeDictionary
(topFrame);