6 references to IsAuto
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (4)
76isWidthAuto = figureLength.IsAuto ? true : false; 82if(figureLength.IsPage || (figureLength.IsAuto && IsHorizontalPageAnchor(horizontalAnchor))) 97if (figureLength.IsContent || (figureLength.IsAuto && IsHorizontalContentAnchor(horizontalAnchor))) 204if(figureLength.IsAuto)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
894if(figureLength.IsAuto)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
526if (figure.Height.IsAuto)