6 references to Items
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataErrorValidationRule.cs (1)
56IList items = bindingGroup.Items;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
968if (bindingGroup != null && bindingGroup.Items.Count > 0)
src\Framework\System\Windows\Data\BindingGroup.cs (4)
182IList items = Items; 344IList items = Items; 388IList items = Items; 1253IList items = Items;