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