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