3 references to InvalidateMeasureOnPath
PresentationFramework (3)
System\Windows\Controls\GroupItem.cs (1)
83
Helper.
InvalidateMeasureOnPath
(itemsHostPresenter, groupItem, false /*duringMeasure*/);
System\Windows\Controls\TreeViewItem.cs (1)
109
Helper.
InvalidateMeasureOnPath
(itemsHostPresenter, item, false /*duringMeasure*/);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
6842
Helper.
InvalidateMeasureOnPath
(childItemsHost, this, true /*duringMeasure*/);