7 references to LookupNameScopeDictionary
System.Xaml (7)
System\Xaml\Context\ObjectWriterContext.cs (7)
672
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.CurrentFrame);
680
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.PreviousFrame);
688
return
LookupNameScopeDictionary
((ObjectWriterFrame)_stack.PreviousPreviousFrame);
697
return
LookupNameScopeDictionary
(rootFrame);
821
frame.NameScopeDictionary =
LookupNameScopeDictionary
(parentFrame);
841
nameScopeDictionary =
LookupNameScopeDictionary
(frame);
953
topFrame.NameScopeDictionary =
LookupNameScopeDictionary
(topFrame);