6 references to IsAuto
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (4)
89isWidthAuto = figureLength.IsAuto ? true : false; 95if(figureLength.IsPage || (figureLength.IsAuto && IsHorizontalPageAnchor(horizontalAnchor))) 110if (figureLength.IsContent || (figureLength.IsAuto && IsHorizontalContentAnchor(horizontalAnchor))) 217if(figureLength.IsAuto)
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
933if(figureLength.IsAuto)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
520if (figure.Height.IsAuto)