6 references to IsAuto
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (4)
84
isWidthAuto = figureLength.
IsAuto
? true : false;
90
if(figureLength.IsPage || (figureLength.
IsAuto
&& IsHorizontalPageAnchor(horizontalAnchor)))
105
if (figureLength.IsContent || (figureLength.
IsAuto
&& IsHorizontalContentAnchor(horizontalAnchor)))
212
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
899
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
518
if (figure.Height.
IsAuto
)