10 references to MakeAddressable
PresentationFramework (10)
System\Windows\Markup\Primitives\MarkupWriter.cs (10)
178scope.MakeAddressable(item.ObjectType); 195scope.MakeAddressable(property.DependencyProperty.OwnerType); 466string uri = scope.MakeAddressable(item.ObjectType); 539string typeUri = scope.MakeAddressable(dependencyProperty.OwnerType); 550string xamlUri = scope.MakeAddressable(typeof(TypeExtension)); 597scope.MakeAddressable(property.DependencyProperty.OwnerType); 695string dpUri = scope.MakeAddressable(property.DependencyProperty.OwnerType); 1033string uri = scope.MakeAddressable(tagType); 1399MakeAddressable(type); 1525string uri = _scope.MakeAddressable(type);