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