6 references to Host
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (5)
72StaticTextPointer position = _owner.Host.TextContainer.CreateStaticPointerAtOffset(dcp); 112ITextPointer position = _owner.Host.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward); 122culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host); 206var uiScope = _owner?.Host?.TextContainer?.TextSelection?.TextEditor?.UiScope; 424StaticTextPointer endOfRunPosition = _owner.Host.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Documents\TextBoxView.cs (1)
3171Control hostControl = (Control)owner.Host;