2 references to c_layoutLoopMaxCount
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
694
MeasureCellsGroup(extData.CellGroup2, constraint, cnt ==
c_layoutLoopMaxCount
, false, out hasDesiredSizeUChanged);
696
while (hasDesiredSizeUChanged && ++cnt <=
c_layoutLoopMaxCount
);