7 references to TypeFullName
PresentationFramework (7)
src\Framework\MS\Internal\Globalization\BamlTreeMap.cs (3)
138_resolver.AddClassAndAssembly(elementNode.TypeFullName, elementNode.AssemblyName); 225elementNode.TypeFullName, 275parent.TypeFullName,
src\Framework\MS\Internal\Globalization\BamlTreeUpdater.cs (3)
571if (bamlNode.TypeFullName != className) 687string contentProperty = bamlTreeMap.GetContentProperty(bamlNode.AssemblyName, bamlNode.TypeFullName); 693bamlNode.TypeFullName,
src\Framework\MS\Internal\Globalization\LocalizableResourceBuilder.cs (1)
325string className = node.TypeFullName;