22 references to UpdateVisualState
PresentationFramework (22)
System\Windows\Controls\ComboBox.cs (2)
310comboBox.UpdateVisualState(); 346cb.UpdateVisualState();
System\Windows\Controls\Control.cs (1)
679control.UpdateVisualState();
System\Windows\Controls\DataGrid.cs (1)
5414((DataGrid)d).UpdateVisualState();
System\Windows\Controls\DataGridCell.cs (4)
267UpdateVisualState(); 483UpdateVisualState(); 488UpdateVisualState(); 684cell.UpdateVisualState();
System\Windows\Controls\DataGridRow.cs (2)
930UpdateVisualState(); 1111row.UpdateVisualState();
System\Windows\Controls\Expander.cs (1)
147ep.UpdateVisualState();
System\Windows\Controls\ListBoxItem.cs (1)
104listItem.UpdateVisualState();
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
250UpdateVisualState();
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
307UpdateVisualState();
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
192datePickerTextBox.UpdateVisualState();
System\Windows\Controls\Primitives\Thumb.cs (1)
125thumb.UpdateVisualState();
System\Windows\Controls\Primitives\ToggleButton.cs (1)
184button.UpdateVisualState();
System\Windows\Controls\ProgressBar.cs (2)
62UpdateVisualState(); 113progressBar.UpdateVisualState();
System\Windows\Controls\TabItem.cs (1)
123tabItem.UpdateVisualState();
System\Windows\Controls\TreeViewItem.cs (2)
127item.UpdateVisualState(); 175item.UpdateVisualState();