22 references to UpdateVisualState
PresentationFramework (22)
System\Windows\Controls\ComboBox.cs (2)
303comboBox.UpdateVisualState(); 339cb.UpdateVisualState();
System\Windows\Controls\Control.cs (1)
676control?.UpdateVisualState();
System\Windows\Controls\DataGrid.cs (1)
5369((DataGrid)d).UpdateVisualState();
System\Windows\Controls\DataGridCell.cs (4)
263UpdateVisualState(); 479UpdateVisualState(); 484UpdateVisualState(); 668cell.UpdateVisualState();
System\Windows\Controls\DataGridRow.cs (2)
913UpdateVisualState(); 1079row.UpdateVisualState();
System\Windows\Controls\Expander.cs (1)
143ep.UpdateVisualState();
System\Windows\Controls\ListBoxItem.cs (1)
100listItem.UpdateVisualState();
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
249UpdateVisualState();
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
306UpdateVisualState();
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
193datePickerTextBox.UpdateVisualState();
System\Windows\Controls\Primitives\Thumb.cs (1)
124thumb.UpdateVisualState();
System\Windows\Controls\Primitives\ToggleButton.cs (1)
177button.UpdateVisualState();
System\Windows\Controls\ProgressBar.cs (2)
61UpdateVisualState(); 109progressBar.UpdateVisualState();
System\Windows\Controls\TabItem.cs (1)
121tabItem.UpdateVisualState();
System\Windows\Controls\TreeViewItem.cs (2)
123item.UpdateVisualState(); 168item.UpdateVisualState();