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