3 references to BoundsValid
PresentationCore (3)
System\Windows\Media\StreamGeometry.cs (3)
96
bool areBoundsValid = (pGeometry->Flags & MilPathGeometryFlags.
BoundsValid
) != 0;
120
pGeometry->Flags |= MilPathGeometryFlags.
BoundsValid
;
140
pGeometry->Flags &= ~MilPathGeometryFlags.
BoundsValid
;