6 references to LiveShapingDirty
PresentationFramework (6)
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
477if (LiveShapingDirty != null) 478LiveShapingDirty(this, EventArgs.Empty);
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
1468lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 1479lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);
src\Framework\System\Windows\Data\ListCollectionView.cs (2)
2581lsList.LiveShapingDirty -= new EventHandler(OnLiveShapingDirty); 2625lsList.LiveShapingDirty += new EventHandler(OnLiveShapingDirty);