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