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