5 references to TargetNameProperty
PresentationFramework (5)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
35Hyperlink.TargetNameProperty.AddOwner(
System\Windows\Documents\Hyperlink.cs (3)
413return (string)GetValue(TargetNameProperty); 417SetValue(TargetNameProperty, value); 1120string targetWindow = (string)dObject.GetValue(TargetNameProperty);
System\Windows\Documents\TextSchema.cs (1)
955Hyperlink.TargetNameProperty,