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)
1456lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 1467lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);
System\Windows\Data\ListCollectionView.cs (2)
2562lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 2606lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);