29 references to PropertyOwner
PresentationFramework (29)
MS\Internal\Documents\TextDocumentView.cs (5)
3288
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3306
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3332
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3350
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3368
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FigureHelper.cs (4)
227
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(structuralCache.
PropertyOwner
);
228
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
229
double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.
PropertyOwner
);
230
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
MS\Internal\PtsHost\FlowDocumentPage.cs (3)
637
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), contentViewport);
855
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
869
FlowDirection flowdirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\PtsHelper.cs (2)
770
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
771
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
MS\Internal\PtsHost\Section.cs (7)
121
StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty);
217
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
218
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
222
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty));
359
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
360
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
505
return _structuralCache.
PropertyOwner
;
MS\Internal\PtsHost\StructuralCache.cs (2)
401
return (bool)this.
PropertyOwner
.GetValue(FlowDocument.IsOptimalParagraphEnabledProperty);
480
TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this.
PropertyOwner
);
MS\Internal\PtsHost\SubpageParagraph.cs (6)
194
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
195
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
368
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
369
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
528
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
529
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);