6 references to IsAuto
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (4)
85
isWidthAuto = figureLength.
IsAuto
? true : false;
91
if(figureLength.IsPage || (figureLength.
IsAuto
&& IsHorizontalPageAnchor(horizontalAnchor)))
106
if (figureLength.IsContent || (figureLength.
IsAuto
&& IsHorizontalContentAnchor(horizontalAnchor)))
213
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
903
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
521
if (figure.Height.
IsAuto
)