29 references to PropertyOwner
PresentationFramework (29)
MS\Internal\Documents\TextDocumentView.cs (5)
3278
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3296
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3322
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3340
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3358
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FigureHelper.cs (4)
226
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(structuralCache.
PropertyOwner
);
227
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
228
double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.
PropertyOwner
);
229
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
MS\Internal\PtsHost\FlowDocumentPage.cs (3)
636
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), contentViewport);
851
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
865
FlowDirection flowdirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\PtsHelper.cs (2)
769
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
770
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
MS\Internal\PtsHost\Section.cs (7)
120
StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty);
216
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
217
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
221
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty));
358
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
359
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
495
return _structuralCache.
PropertyOwner
;
MS\Internal\PtsHost\StructuralCache.cs (2)
400
return (bool)this.
PropertyOwner
.GetValue(FlowDocument.IsOptimalParagraphEnabledProperty);
479
TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this.
PropertyOwner
);
MS\Internal\PtsHost\SubpageParagraph.cs (6)
193
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
194
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
367
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
368
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
527
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
528
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);