3 references to c_SPLIT
PresentationFramework (3)
System\Windows\Controls\GridViewColumnHeader.cs (3)
753
Invariant.Assert(cursorID ==
c_SPLIT
|| cursorID == c_SPLITOPEN, "incorrect cursor type");
759
if (cursorID ==
c_SPLIT
)
911
_splitCursorCache = GetCursor(
c_SPLIT
);