6 references to _internalCollectionChanged
PresentationFramework (6)
src\Framework\System\Windows\Controls\GridViewColumnCollection.cs (6)
135
add {
_internalCollectionChanged
+= value; }
136
remove {
_internalCollectionChanged
-= value; }
224
if (
_internalCollectionChanged
!= null && _internalEventArg != null)
226
_internalCollectionChanged
(this, _internalEventArg);
237
if (
_internalCollectionChanged
!= null && column != null)
239
_internalCollectionChanged
(this, new GridViewColumnCollectionChangedEventArgs(column, e.PropertyName));