6 references to Host
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (5)
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);
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
3148Control hostControl = (Control)owner.Host;