void HoverPicked(bool value) { if (null != mPickedObj /*&& "null" != mPickedObj.ToString()*/) { mPickedObj.SetPickState(value); } UpdateTis(value); }