2 writes to Owner
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (1)
609context.Owner = owner;
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
221this.Owner = null;
2 references to Owner
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextFormatterImp.cs (2)
571if(context.Owner == null) 582Debug.Assert(context.Owner == null);