2 references to IsEnabledProperty
PresentationFramework (2)
System\Windows\Controls\ContextMenuService.cs (2)
314return (bool)element.GetValue(IsEnabledProperty); 325element.SetValue(IsEnabledProperty, BooleanBoxes.Box(value));