2 writes to Owner
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
579context.Owner = owner;
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
203this.Owner = null;
2 references to Owner
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
541if(context.Owner == null) 552Debug.Assert(context.Owner == null);