5 references to TargetNameProperty
PresentationFramework (5)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
28Hyperlink.TargetNameProperty.AddOwner(
System\Windows\Documents\Hyperlink.cs (3)
406return (string)GetValue(TargetNameProperty); 410SetValue(TargetNameProperty, value); 1115string targetWindow = (string)dObject.GetValue(TargetNameProperty);
System\Windows\Documents\TextSchema.cs (1)
948Hyperlink.TargetNameProperty,