21 references to UpdateVisualState
PresentationFramework (21)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
321comboBox.UpdateVisualState(); 357cb.UpdateVisualState();
src\Framework\System\Windows\Controls\Control.cs (1)
689control.UpdateVisualState();
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5422((DataGrid)d).UpdateVisualState();
src\Framework\System\Windows\Controls\DataGridCell.cs (4)
269UpdateVisualState(); 485UpdateVisualState(); 490UpdateVisualState(); 686cell.UpdateVisualState();
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
935UpdateVisualState(); 1116row.UpdateVisualState();
src\Framework\System\Windows\Controls\Expander.cs (1)
152ep.UpdateVisualState();
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
111listItem.UpdateVisualState();
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
253UpdateVisualState();
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
313UpdateVisualState();
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (1)
197datePickerTextBox.UpdateVisualState();
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
136thumb.UpdateVisualState();
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
195button.UpdateVisualState();
src\Framework\System\Windows\Controls\ProgressBar.cs (1)
115progressBar.UpdateVisualState();
src\Framework\System\Windows\Controls\TabItem.cs (1)
130tabItem.UpdateVisualState();
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
132item.UpdateVisualState(); 180item.UpdateVisualState();