1 write to _CollectionChangedWithoutNotification
PresentationFramework (1)
MS\Internal\Generated\AvTraceMessages.cs (1)
675
_CollectionChangedWithoutNotification
= new AvTraceDetails(54, new string[] { "Collection of type '{0}' has been changed without raising a CollectionChanged event. Support for this is incomplete and inconsistent, and will be removed completely in a future version of WPF. Consider either (a) implementing INotifyCollectionChanged, or (b) avoiding changes to this type of collection." } );
2 references to _CollectionChangedWithoutNotification
PresentationFramework (2)
MS\Internal\Generated\AvTraceMessages.cs (2)
673
if (
_CollectionChangedWithoutNotification
== null )
677
return new AvTraceFormat(
_CollectionChangedWithoutNotification
, args);