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