6 references to LiveShapingDirty
PresentationFramework (6)
MS\Internal\Data\LiveShapingList.cs (2)
468
if (
LiveShapingDirty
!= null)
469
LiveShapingDirty
(this, EventArgs.Empty);
System\Windows\Data\BindingListCollectionView.cs (2)
1440
lsList.
LiveShapingDirty
-= new EventHandler(OnLiveShapingDirty);
1451
lsList.
LiveShapingDirty
+= new EventHandler(OnLiveShapingDirty);
System\Windows\Data\ListCollectionView.cs (2)
2543
lsList.
LiveShapingDirty
-= new EventHandler(OnLiveShapingDirty);
2564
lsList.
LiveShapingDirty
+= new EventHandler(OnLiveShapingDirty);