2 references to IsElementEnabled
PresentationFramework (2)
System\Windows\Controls\ContextMenuService.cs (1)
427
if (PopupControlService.
IsElementEnabled
(o) || GetShowOnDisabled(o))
System\Windows\Controls\ToolTipService.cs (1)
626
if ((PopupControlService.
IsElementEnabled
(o) || GetShowOnDisabled(o)) && enableOnKeyboardFocus)