2 references to IsEditable
PresentationFramework (2)
System\Windows\Documents\Hyperlink.cs (2)
499
if (IsEnabled && (!
IsEditable
|| ((Keyboard.Modifiers & ModifierKeys.Control) != 0)))
811
if (link.IsEnabled && link.
IsEditable
)