10 references to MakeAddressable
PresentationFramework (10)
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (10)
200scope.MakeAddressable(item.ObjectType); 217scope.MakeAddressable(property.DependencyProperty.OwnerType); 488string uri = scope.MakeAddressable(item.ObjectType); 561string typeUri = scope.MakeAddressable(dependencyProperty.OwnerType); 572string xamlUri = scope.MakeAddressable(typeof(TypeExtension)); 619scope.MakeAddressable(property.DependencyProperty.OwnerType); 717string dpUri = scope.MakeAddressable(property.DependencyProperty.OwnerType); 1054string uri = scope.MakeAddressable(tagType); 1420MakeAddressable(type); 1547string uri = _scope.MakeAddressable(type);