1 write to _element
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (1)
51_element = element;
13 references to _element
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (6)
228fspap.fKeepWithNext = PTS.FromBoolean(DynamicPropertyReader.GetKeepWithNext(_element)); 230fspap.fBreakPageBefore = _element is Block ? PTS.FromBoolean(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.FromBoolean(false); 232fspap.fBreakColumnBefore = _element is Block ? PTS.FromBoolean(((Block)_element).BreakColumnBefore) : PTS.FromBoolean(false); 355return _element;
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (7)
90_mainTextSegment = new ContainerParagraph(_element, _structuralCache); 220ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_element); 221double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 405ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_element); 407double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element); 575ColumnPropertiesGroup columnProperties = new ColumnPropertiesGroup(_element); 576double lineHeight = DynamicPropertyReader.GetLineHeightValue(_element);