public TriggerEntryCollectionWithPath(IPropertyEntry propertyEntry, TriggerPath path, EventHandler <ExtendedPropertyChangedEventArgs> handler)
     : base(propertyEntry, handler)
 {
     _path = path;
     PropertyEntry.Link(OnPropertyChangedWithPath);
 }