6 references to OnPropertyChanged
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (3)
66this.OnPropertyChanged("BasicPropertyMatchesFilter"); 79this.OnPropertyChanged("AdvancedPropertyMatchesFilter"); 97protected set { this.categoryIcon = value; this.OnPropertyChanged("CategoryIcon"); }
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (2)
320OnPropertyChanged("Properties"); 321OnPropertyChanged("Item[]");
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\categoryentry.cs (1)
106this.OnPropertyChanged("MatchesFilter");