29 references to PropertyOwner
PresentationFramework (29)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (5)
3334
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3352
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3378
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3396
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
3414
FlowDirection flowDirection = (FlowDirection)_owner.StructuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (4)
240
ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(structuralCache.
PropertyOwner
);
241
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
242
double lineHeight = DynamicPropertyReader.GetLineHeightValue(structuralCache.
PropertyOwner
);
243
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (3)
666
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), contentViewport);
885
this.PageVisual.DrawBackground((Brush)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.BackgroundProperty), new Rect(_partitionSize));
899
FlowDirection flowdirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FlowDocument.FlowDirectionProperty);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
876
double pageFontSize = (double)structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
877
FontFamily pageFontFamily = (FontFamily)structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
src\Framework\MS\Internal\PtsHost\Section.cs (7)
127
StructuralCache.PageFlowDirection = (FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty);
228
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
229
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
233
fswdir = PTS.FlowDirectionToFswdir((FlowDirection)_structuralCache.
PropertyOwner
.GetValue(FrameworkElement.FlowDirectionProperty));
376
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
377
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
522
return _structuralCache.
PropertyOwner
;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
411
return (bool)this.
PropertyOwner
.GetValue(FlowDocument.IsOptimalParagraphEnabledProperty);
490
TextFormattingMode textFormattingMode = TextOptions.GetTextFormattingMode(this.
PropertyOwner
);
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (6)
222
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
223
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
408
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
409
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);
577
double pageFontSize = (double)_structuralCache.
PropertyOwner
.GetValue(Block.FontSizeProperty);
578
FontFamily pageFontFamily = (FontFamily)_structuralCache.
PropertyOwner
.GetValue(Block.FontFamilyProperty);