Implemented interface member:
property
IsEnabled
System.Windows.IInputElement.IsEnabled
8 references to IsEnabled
PresentationCore (7)
Core\CSharp\System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (1)
319
return _owner.
IsEnabled
;
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
397
if(e.IsVisible && e.
IsEnabled
)
853
if (element.
IsEnabled
== false)
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
392
((uiElement3D != null) && uiElement3D.IsVisible && uiElement3D.
IsEnabled
)))
582
killCapture = !uiElement3D.
IsEnabled
|| !uiElement3D.IsVisible || !uiElement3D.IsHitTestVisible;
Core\CSharp\System\Windows\UIElement.cs (1)
2131
if (element3D.
IsEnabled
)
Core\CSharp\System\Windows\UIElement3D.cs (1)
602
if (Focusable &&
IsEnabled
)
PresentationFramework (1)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
1051
enabled = uie3D.
IsEnabled
;