29 references to PropertyOwner
PresentationFramework (29)
MS\Internal\Documents\TextDocumentView.cs (5)
3323
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3341
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3367
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3385
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3403
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
MS\Internal\PtsHost\FigureHelper.cs (4)
235
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(structuralCache.
PropertyOwner
);
236
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
237
double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.
PropertyOwner
);
238
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)
204
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
205
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
378
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
379
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
538
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
539
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);