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