4 implementations of GetFixupToken
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (1)
1063public object GetFixupToken(IEnumerable<string> name)
System\Xaml\Context\ServiceProviderContext.cs (1)
280object IXamlNameResolver.GetFixupToken(IEnumerable<string> names)
System.Xaml.Tests (2)
System\Windows\Markup\NameReferenceConverterTests.cs (1)
240public object GetFixupToken(IEnumerable<string> names) => throw new NotImplementedException();
System\Windows\Markup\ReferenceTests.cs (1)
131public object GetFixupToken(IEnumerable<string> names) => throw new NotImplementedException();