1 write to _owner
PresentationFramework (1)
MS\Internal\Documents\TextBoxLine.cs (1)
45_owner = owner;
6 references to _owner
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (6)
46PixelsPerDip = _owner.GetDpi().PixelsPerDip; 79StaticTextPointer position = _owner.Host.TextContainer.CreateStaticPointerAtOffset(dcp); 119ITextPointer position = _owner.Host.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward); 129culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host); 213var uiScope = _owner?.Host?.TextContainer?.TextSelection?.TextEditor?.UiScope; 431StaticTextPointer endOfRunPosition = _owner.Host.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);