2 references to IsEnabledProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
838
get { return (bool)GetValue(
IsEnabledProperty
); }
839
set { SetValue(
IsEnabledProperty
, BooleanBoxes.Box(value)); }