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