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