45 references to OnVisualStatePropertyChanged
PresentationFramework (45)
src\Framework\System\Windows\Controls\ComboBox.cs (4)
70
IsEnabledProperty.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
71
IsMouseOverPropertyKey.OverrideMetadata(typeof(ComboBox), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
72
IsSelectionActivePropertyKey.OverrideMetadata(typeof(ComboBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
95
new FrameworkPropertyMetadata(SystemParameters.PrimaryScreenHeight / 3,
OnVisualStatePropertyChanged
));
src\Framework\System\Windows\Controls\Control.cs (1)
45
IsKeyboardFocusedPropertyKey.OverrideMetadata(typeof(Control), new PropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
45
IsMouseOverPropertyKey.OverrideMetadata(typeof(DataGridCell), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\DatePicker.cs (1)
370
OnVisualStatePropertyChanged
(d, e);
src\Framework\System\Windows\Controls\Expander.cs (3)
65
IsMouseOverPropertyKey.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
66
IsEnabledProperty.OverrideMetadata(typeof(Expander), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
103
new PropertyChangedCallback(
OnVisualStatePropertyChanged
)),
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
345
new FrameworkPropertyMetadata(BooleanBoxes.FalseBox,
OnVisualStatePropertyChanged
));
src\Framework\System\Windows\Controls\ListBoxItem.cs (3)
56
IsEnabledProperty.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
57
IsMouseOverPropertyKey.OverrideMetadata(typeof(ListBoxItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
58
Selector.IsSelectionActivePropertyKey.OverrideMetadata(typeof(ListBoxItem), new FrameworkPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\PasswordBox.cs (2)
86
IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
87
IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (3)
44
IsMouseOverPropertyKey.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
45
IsEnabledProperty.OverrideMetadata(typeof(ButtonBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
81
OnVisualStatePropertyChanged
(this, e);
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (2)
43
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
67
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (5)
51
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
74
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
97
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
120
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
143
new FrameworkPropertyMetadata(false, new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (1)
70
IsEnabledProperty.OverrideMetadata(typeof(CalendarItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
741
new FrameworkPropertyMetadata(null,
OnVisualStatePropertyChanged
, new CoerceValueCallback(OnCoerceSortDirection)));
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
533
new FrameworkPropertyMetadata(false,
OnVisualStatePropertyChanged
, new CoerceValueCallback(OnCoerceIsRowSelected)));
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
42
TextProperty.OverrideMetadata(typeof(DatePickerTextBox), new FrameworkPropertyMetadata(
OnVisualStatePropertyChanged
));
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (2)
43
IsEnabledProperty.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
44
IsMouseOverPropertyKey.OverrideMetadata(typeof(RangeBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
74
IsEnabledProperty.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
75
IsMouseOverPropertyKey.OverrideMetadata(typeof(TextBoxBase), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
462
new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (2)
57
IsEnabledProperty.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
58
IsMouseOverPropertyKey.OverrideMetadata(typeof(Thumb), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\TabControl.cs (1)
51
IsEnabledProperty.OverrideMetadata(typeof(TabControl), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\TabItem.cs (2)
62
IsEnabledProperty.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
63
IsMouseOverPropertyKey.OverrideMetadata(typeof(TabItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\ToolTip.cs (1)
198
OnVisualStatePropertyChanged
(d, e);
src\Framework\System\Windows\Controls\TreeViewItem.cs (3)
44
IsMouseOverPropertyKey.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
45
IsEnabledProperty.OverrideMetadata(typeof(TreeViewItem), new UIPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
46
Selector.IsSelectionActivePropertyKey.OverrideMetadata(typeof(TreeViewItem), new FrameworkPropertyMetadata(new PropertyChangedCallback(
OnVisualStatePropertyChanged
)));
src\Framework\System\Windows\Controls\Validation.cs (1)
158
Control.
OnVisualStatePropertyChanged
(control, e);