6 references to LiveShapingDirty
PresentationFramework (6)
MS\Internal\Data\LiveShapingList.cs (2)
470if (LiveShapingDirty != null) 471LiveShapingDirty(this, EventArgs.Empty);
System\Windows\Data\BindingListCollectionView.cs (2)
1441lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 1452lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);
System\Windows\Data\ListCollectionView.cs (2)
2544lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 2588lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);