22 references to UpdateVisualState
PresentationFramework (22)
System\Windows\Controls\ComboBox.cs (2)
304comboBox.UpdateVisualState(); 340cb.UpdateVisualState();
System\Windows\Controls\Control.cs (1)
677control?.UpdateVisualState();
System\Windows\Controls\DataGrid.cs (1)
5376((DataGrid)d).UpdateVisualState();
System\Windows\Controls\DataGridCell.cs (4)
264UpdateVisualState(); 480UpdateVisualState(); 485UpdateVisualState(); 672cell.UpdateVisualState();
System\Windows\Controls\DataGridRow.cs (2)
920UpdateVisualState(); 1086row.UpdateVisualState();
System\Windows\Controls\Expander.cs (1)
144ep.UpdateVisualState();
System\Windows\Controls\ListBoxItem.cs (1)
101listItem.UpdateVisualState();
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
250UpdateVisualState();
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
307UpdateVisualState();
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
194datePickerTextBox.UpdateVisualState();
System\Windows\Controls\Primitives\Thumb.cs (1)
125thumb.UpdateVisualState();
System\Windows\Controls\Primitives\ToggleButton.cs (1)
178button.UpdateVisualState();
System\Windows\Controls\ProgressBar.cs (2)
62UpdateVisualState(); 110progressBar.UpdateVisualState();
System\Windows\Controls\TabItem.cs (1)
122tabItem.UpdateVisualState();
System\Windows\Controls\TreeViewItem.cs (2)
124item.UpdateVisualState(); 169item.UpdateVisualState();