19 references to Owner
PresentationFramework (19)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
753return (node == Owner);
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (3)
150if (LogicalTreeHelper.GetParent(item.Parent) != Owner) 162Owner.AddLogicalChild(item); 195Owner.RemoveLogicalChild(item);
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (15)
52Owner.InsertionIndex = Size; 53item.RepositionWithContent(Owner.ContentEnd); 54Owner.InsertionIndex = -1; 120Owner.InsertionIndex = index; 123item.RepositionWithContent(Owner.ContentEnd); 131Owner.InsertionIndex = -1; 165Owner.TextContainer.BeginChange(); 168Owner.TextContainer.DeleteContentInternal(startPosition, endPosition); 172Owner.TextContainer.EndChange(); 274if (LogicalTreeHelper.GetParent(item.Parent) != Owner) 318item.OnAfterExitParentTree(Owner); 334IEnumerator enumChildren = Owner.IsEmpty 336: new RangeContentEnumerator(Owner.ContentStart, Owner.ContentEnd); 370index = Owner.InsertionIndex;