6 references to Host
PresentationFramework (6)
MS\Internal\Documents\TextBoxLine.cs (5)
68StaticTextPointer position = _owner.Host.TextContainer.CreateStaticPointerAtOffset(dcp); 105ITextPointer position = _owner.Host.TextContainer.CreatePointerAtOffset(dcp, LogicalDirection.Backward); 115culture = DynamicPropertyReader.GetCultureInfo((Control)_owner.Host); 199var uiScope = _owner?.Host?.TextContainer?.TextSelection?.TextEditor?.UiScope; 417StaticTextPointer endOfRunPosition = _owner.Host.TextContainer.Highlights.GetNextPropertyChangePosition(position, LogicalDirection.Forward);
MS\Internal\Documents\TextBoxView.cs (1)
3110Control hostControl = (Control)owner.Host;