5 references to TargetNameProperty
PresentationFramework (5)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
29Hyperlink.TargetNameProperty.AddOwner(
System\Windows\Documents\Hyperlink.cs (3)
407return (string)GetValue(TargetNameProperty); 411SetValue(TargetNameProperty, value); 1114string targetWindow = (string)dObject.GetValue(TargetNameProperty);
System\Windows\Documents\TextSchema.cs (1)
954Hyperlink.TargetNameProperty,