3 references to InvalidateMeasureOnPath
PresentationFramework (3)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
93
Helper.
InvalidateMeasureOnPath
(itemsHostPresenter, groupItem, false /*duringMeasure*/);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
114
Helper.
InvalidateMeasureOnPath
(itemsHostPresenter, item, false /*duringMeasure*/);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
6707
Helper.
InvalidateMeasureOnPath
(childItemsHost, this, true /*duringMeasure*/);