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