22 references to UpdateVisualState
PresentationFramework (22)
System\Windows\Controls\ComboBox.cs (2)
320comboBox.UpdateVisualState(); 356cb.UpdateVisualState();
System\Windows\Controls\Control.cs (1)
688control.UpdateVisualState();
System\Windows\Controls\DataGrid.cs (1)
5417((DataGrid)d).UpdateVisualState();
System\Windows\Controls\DataGridCell.cs (4)
274UpdateVisualState(); 490UpdateVisualState(); 495UpdateVisualState(); 691cell.UpdateVisualState();
System\Windows\Controls\DataGridRow.cs (2)
934UpdateVisualState(); 1115row.UpdateVisualState();
System\Windows\Controls\Expander.cs (1)
151ep.UpdateVisualState();
System\Windows\Controls\ListBoxItem.cs (1)
111listItem.UpdateVisualState();
System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
253UpdateVisualState();
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
312UpdateVisualState();
System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
197datePickerTextBox.UpdateVisualState();
System\Windows\Controls\Primitives\Thumb.cs (1)
139thumb.UpdateVisualState();
System\Windows\Controls\Primitives\ToggleButton.cs (1)
193button.UpdateVisualState();
System\Windows\Controls\ProgressBar.cs (2)
69UpdateVisualState(); 120progressBar.UpdateVisualState();
System\Windows\Controls\TabItem.cs (1)
129tabItem.UpdateVisualState();
System\Windows\Controls\TreeViewItem.cs (2)
131item.UpdateVisualState(); 179item.UpdateVisualState();