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