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