2 writes to Owner
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (1)
556context.Owner = owner;
System\Windows\Media\textformatting\TextFormatterContext.cs (1)
177this.Owner = null;
2 references to Owner
PresentationCore (2)
MS\Internal\TextFormatting\TextFormatterImp.cs (2)
518if(context.Owner == null) 529Debug.Assert(context.Owner == null);