19 references to BelongsToOwner
PresentationFramework (19)
MS\Internal\Documents\ContentElementCollection.cs (4)
174if (BelongsToOwner(item)) 190if (BelongsToOwner(item)) 704Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 714Debug.Assert(BelongsToOwner(Items[i + 1]));
MS\Internal\Documents\TableColumnCollectionInternal.cs (5)
68Debug.Assert(BelongsToOwner(Items[i])); 115Debug.Assert(BelongsToOwner(Items[i])); 215if (!BelongsToOwner(item)) 292Debug.Assert(BelongsToOwner(Items[i])); 300Debug.Assert(BelongsToOwner(Items[i + count]));
MS\Internal\Documents\TableTextElementCollectionInternal.cs (7)
72Debug.Assert(BelongsToOwner(Items[i])); 152if (!BelongsToOwner(item)) 241Debug.Assert(BelongsToOwner(Items[i])); 290Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 304Debug.Assert(BelongsToOwner(Items[i + 1])); 373Debug.Assert(BelongsToOwner(Items[i])); 390Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item);
System\Windows\Documents\TableCellCollection.cs (1)
520return _cellCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowCollection.cs (1)
520return _rowCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
519return _rowGroupCollectionInternal.BelongsToOwner(item);