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