Implemented interface member:
method
FindName
System.Windows.Markup.INameScope.FindName(System.String)
3 references to FindName
System.Xaml (3)
System\Xaml\NameScope.cs (3)
170return FindName(key); 192object value = FindName(key); 215value = FindName(key);