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