3 references to c_SPLIT
PresentationFramework (3)
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (3)
760
Invariant.Assert(cursorID ==
c_SPLIT
|| cursorID == c_SPLITOPEN, "incorrect cursor type");
766
if (cursorID ==
c_SPLIT
)
948
_splitCursorCache = GetCursor(
c_SPLIT
);