10 references to MakeAddressable
PresentationFramework (10)
System\Windows\Markup\Primitives\MarkupWriter.cs (10)
185scope.MakeAddressable(item.ObjectType); 202scope.MakeAddressable(property.DependencyProperty.OwnerType); 473string uri = scope.MakeAddressable(item.ObjectType); 546string typeUri = scope.MakeAddressable(dependencyProperty.OwnerType); 557string xamlUri = scope.MakeAddressable(typeof(TypeExtension)); 604scope.MakeAddressable(property.DependencyProperty.OwnerType); 702string dpUri = scope.MakeAddressable(property.DependencyProperty.OwnerType); 1040string uri = scope.MakeAddressable(tagType); 1406MakeAddressable(type); 1532string uri = _scope.MakeAddressable(type);