19 references to BelongsToOwner
PresentationFramework (19)
MS\Internal\Documents\ContentElementCollection.cs (4)
168if (BelongsToOwner(item)) 184if (BelongsToOwner(item)) 698Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 708Debug.Assert(BelongsToOwner(Items[i + 1]));
MS\Internal\Documents\TableColumnCollectionInternal.cs (5)
62Debug.Assert(BelongsToOwner(Items[i])); 109Debug.Assert(BelongsToOwner(Items[i])); 209if (!BelongsToOwner(item)) 286Debug.Assert(BelongsToOwner(Items[i])); 294Debug.Assert(BelongsToOwner(Items[i + count]));
MS\Internal\Documents\TableTextElementCollectionInternal.cs (7)
67Debug.Assert(BelongsToOwner(Items[i])); 147if (!BelongsToOwner(item)) 236Debug.Assert(BelongsToOwner(Items[i])); 285Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 299Debug.Assert(BelongsToOwner(Items[i + 1])); 368Debug.Assert(BelongsToOwner(Items[i])); 385Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item);
System\Windows\Documents\TableCellCollection.cs (1)
517return _cellCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowCollection.cs (1)
517return _rowCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
516return _rowGroupCollectionInternal.BelongsToOwner(item);