19 references to BelongsToOwner
PresentationFramework (19)
MS\Internal\Documents\ContentElementCollection.cs (4)
169if (BelongsToOwner(item)) 185if (BelongsToOwner(item)) 699Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 709Debug.Assert(BelongsToOwner(Items[i + 1]));
MS\Internal\Documents\TableColumnCollectionInternal.cs (5)
63Debug.Assert(BelongsToOwner(Items[i])); 110Debug.Assert(BelongsToOwner(Items[i])); 210if (!BelongsToOwner(item)) 287Debug.Assert(BelongsToOwner(Items[i])); 295Debug.Assert(BelongsToOwner(Items[i + count]));
MS\Internal\Documents\TableTextElementCollectionInternal.cs (7)
68Debug.Assert(BelongsToOwner(Items[i])); 148if (!BelongsToOwner(item)) 237Debug.Assert(BelongsToOwner(Items[i])); 286Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item); 300Debug.Assert(BelongsToOwner(Items[i + 1])); 369Debug.Assert(BelongsToOwner(Items[i])); 386Debug.Assert(BelongsToOwner(item) && Items[item.Index] == item);
System\Windows\Documents\TableCellCollection.cs (1)
518return _cellCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowCollection.cs (1)
518return _rowCollectionInternal.BelongsToOwner(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
517return _rowGroupCollectionInternal.BelongsToOwner(item);