14 references to StateDisabled
PresentationFramework (14)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
999VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
8639VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
753VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\Expander.cs (1)
218VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
199VisualStateManager.GoToState(this, Content is Control ? VisualStates.StateNormal : VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
439VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
785VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
250VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
350VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
999VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
187VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\TabControl.cs (1)
303VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);
src\Framework\System\Windows\Controls\TabItem.cs (1)
230VisualStateManager.GoToState(this, VisualStates.StateDisabled, useTransitions);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
1099VisualStates.GoToState(this, useTransitions, VisualStates.StateDisabled, VisualStates.StateNormal);