1 write to _owner
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
47_owner = owner;
6 references to _owner
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (6)
48PixelsPerDip = _owner.GetDpi().PixelsPerDip; 81StaticTextPointer position = _owner.Host.TextContainer.CreateStaticPointerAtOffset(dcp); 121ITextPointer position = _owner.Host.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward); 131culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host); 215var uiScope = _owner?.Host?.TextContainer?.TextSelection?.TextEditor?.UiScope; 433StaticTextPointer endOfRunPosition = _owner.Host.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);